From c5139cfd6db3f77bfd3bb3dc36bb915c8a014e0f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 13 Dec 2010 19:21:20 +0100 Subject: make the tests work by implementing proper html parsing :/ --- tests/index_wstatus1-connected-excellent.phpt | 6 +++--- tests/index_wstatus1-connected-good.phpt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/index_wstatus1-connected-excellent.phpt b/tests/index_wstatus1-connected-excellent.phpt index 363a940..4bfb354 100644 --- a/tests/index_wstatus1-connected-excellent.phpt +++ b/tests/index_wstatus1-connected-excellent.phpt @@ -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) "excellent" + string(9) "excellent" } diff --git a/tests/index_wstatus1-connected-good.phpt b/tests/index_wstatus1-connected-good.phpt index a78bcc9..926df8e 100644 --- a/tests/index_wstatus1-connected-good.phpt +++ b/tests/index_wstatus1-connected-good.phpt @@ -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" } -- cgit v1.2.3