[Commits] r266 - in core/trunk/tests: . lib lib/GeoExt
commits at geoext.org
commits at geoext.org
Tue Mar 24 23:55:40 CET 2009
Author: tschaub
Date: 2009-03-24 23:55:40 +0100 (Tue, 24 Mar 2009)
New Revision: 266
Added:
core/trunk/tests/index.html
core/trunk/tests/lib/
core/trunk/tests/lib/GeoExt/
core/trunk/tests/lib/GeoExt/data/
core/trunk/tests/lib/GeoExt/widgets/
Removed:
core/trunk/tests/data/
core/trunk/tests/widgets/
Modified:
core/trunk/tests/list-tests.html
Log:
Putting some more structure in the test dir. This will let us put other things in here that aren't part of the lib structure.
Added: core/trunk/tests/index.html
===================================================================
--- core/trunk/tests/index.html (rev 0)
+++ core/trunk/tests/index.html 2009-03-24 22:55:40 UTC (rev 266)
@@ -0,0 +1,4 @@
+<html>
+ <head><meta http-equiv="refresh" content="0;url=run-tests.html"></head>
+ <body></body>
+</html>
\ No newline at end of file
Copied: core/trunk/tests/lib/GeoExt/data (from rev 265, core/trunk/tests/data)
Copied: core/trunk/tests/lib/GeoExt/widgets (from rev 265, core/trunk/tests/widgets)
Modified: core/trunk/tests/list-tests.html
===================================================================
--- core/trunk/tests/list-tests.html 2009-03-24 22:10:56 UTC (rev 265)
+++ core/trunk/tests/list-tests.html 2009-03-24 22:55:40 UTC (rev 266)
@@ -1,10 +1,10 @@
<ul id="testlist">
- <li>data/FeatureReader.html</li>
- <li>data/FeatureStoreMediator.html</li>
- <li>data/LayerRecord.html</li>
- <li>data/LayerReader.html</li>
- <li>data/LayerStore.html</li>
- <li>data/LayerStoreMediator.html</li>
- <li>data/ProtocolProxy.html</li>
- <li>widgets/MapPanel.html</li>
+ <li>lib/GeoExt/data/FeatureReader.html</li>
+ <li>lib/GeoExt/data/FeatureStoreMediator.html</li>
+ <li>lib/GeoExt/data/LayerRecord.html</li>
+ <li>lib/GeoExt/data/LayerReader.html</li>
+ <li>lib/GeoExt/data/LayerStore.html</li>
+ <li>lib/GeoExt/data/LayerStoreMediator.html</li>
+ <li>lib/GeoExt/data/ProtocolProxy.html</li>
+ <li>lib/GeoExt/widgets/MapPanel.html</li>
</ul>
More information about the Commits
mailing list