diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2010-12-17 19:04:53 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2010-12-17 19:04:53 +0100 |
| commit | 06b8aff2ed81f9556208fda414c7a17f0126ca7a (patch) | |
| tree | 7f195c8e7fbdb4afc9245efcd1aba80ece854bdb | |
| parent | 85f7ff92a4c5ef908fe063d9e88028dc239ff0dd (diff) | |
| download | linksys-wrt3g-tools-06b8aff2ed81f9556208fda414c7a17f0126ca7a.tar.gz linksys-wrt3g-tools-06b8aff2ed81f9556208fda414c7a17f0126ca7a.zip | |
fix failing tests
| -rw-r--r-- | tests/status_noauth-connected-2.phpt | 4 | ||||
| -rw-r--r-- | tests/status_noauth-connected.phpt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/status_noauth-connected-2.phpt b/tests/status_noauth-connected-2.phpt index f238267..d4f12f8 100644 --- a/tests/status_noauth-connected-2.phpt +++ b/tests/status_noauth-connected-2.phpt @@ -11,7 +11,9 @@ var_dump( ) ); --EXPECT-- -array(9) { +array(10) { + ["connection"]=> + string(9) "connected" ["type"]=> string(4) "UMTS" ["network"]=> diff --git a/tests/status_noauth-connected.phpt b/tests/status_noauth-connected.phpt index 599a362..efd673d 100644 --- a/tests/status_noauth-connected.phpt +++ b/tests/status_noauth-connected.phpt @@ -11,7 +11,9 @@ var_dump( ) ); --EXPECT-- -array(9) { +array(10) { + ["connection"]=> + string(9) "connected" ["type"]=> string(4) "UMTS" ["network"]=> |
