From 6b82112f30bef7d9cdd71f2877dcd615a03b5175 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Thu, 15 Jan 2015 14:59:51 -0800 Subject: Remove debugging code. --- .../System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php') diff --git a/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php b/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php index 866be2cd2a..4f159e8399 100755 --- a/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php +++ b/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php @@ -98,7 +98,7 @@ class TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest extends SystemTest $sql = "SELECT count(*) FROM " . Common::prefixTable($table); $countBlobs = Db::get()->fetchOne($sql); - if(true){//$expectedRows != $countBlobs) { + if($expectedRows != $countBlobs) { $output = Db::get()->fetchAll("SELECT * FROM " . Common::prefixTable($table) . " ORDER BY name, idarchive ASC"); var_export('This is debug output from ' . __CLASS__ . ' in case of an error: '); var_export($output); -- cgit v1.2.3