make the tests work by implementing proper html parsing :/
[linksys-wrt3g-tools.git] / tests / index_wstatus1-connected-good.phpt
index a78bcc9e6ff027c311a3595090edc7ca24f7cec2..926df8ec2d7a1aec5d007dda7a4216c126ffcbd3 100644 (file)
@@ -13,9 +13,9 @@ var_dump(
 --EXPECT--
 array(3) {
   ["type"]=>
-  string(8) "GPRS"
+  string(4) "GPRS"
   ["network"]=>
-  string(8) "BASE DE"
+  string(7) "BASE DE"
   ["signal strength"]=>
-  string(8) "good"
+  string(4) "good"
 }