Update number of tests, add comment

This commit is contained in:
Christopher Eykamp
2012-12-17 18:33:19 +01:00
parent f4be1d138c
commit 2478e2311f

View File

@@ -21,7 +21,7 @@
} }
function test_read(t) { function test_read(t) {
t.plan(35); t.plan(37); // Number of tests performed: If you add a test below, be sure to increment this accordingly
var parser = new OpenLayers.Format.WFSCapabilities(); var parser = new OpenLayers.Format.WFSCapabilities();