Changeset 8169 for trunk/openlayers/tests/Filter
- Timestamp:
- 10/22/08 18:13:48 (3 months ago)
- Files:
-
- trunk/openlayers/tests/Filter/FeatureId.html (modified) (3 diffs)
- trunk/openlayers/tests/Filter/Logical.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Filter/FeatureId.html
r6818 r8169 4 4 <script type="text/javascript"> 5 5 6 function test_ FeatureId_constructor(t) {6 function test_initialize(t) { 7 7 t.plan(3); 8 8 … … 15 15 } 16 16 17 function test_ FeatureId_destroy(t) {17 function test_destroy(t) { 18 18 t.plan(1); 19 19 … … 23 23 } 24 24 25 function test_ FeatureId_evaluate(t) {25 function test_evaluate(t) { 26 26 t.plan(3); 27 27 trunk/openlayers/tests/Filter/Logical.html
r6818 r8169 4 4 <script type="text/javascript"> 5 5 6 function test_ Logical_constructor(t) {6 function test_initialize(t) { 7 7 t.plan(3); 8 8 … … 15 15 } 16 16 17 function test_ Logical_destroy(t) {17 function test_destroy(t) { 18 18 t.plan(1); 19 19 … … 23 23 } 24 24 25 function test_ Logical_evaluate(t) {25 function test_evaluate(t) { 26 26 t.plan(1); 27 27
