Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-14 21:09:22 +0400
committermatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-14 21:09:22 +0400
commite46d87f774c79837986dd173b93bcd98553f46d0 (patch)
tree500b44675ea13d7fa3c7380b70d4c270c139a8a2 /tests
parent1c82a31d2458a1c00d45723b96c2c8553856683f (diff)
Added GRAPH export!! yipii
to be tested on IE / opera (konqueror crashes dont know why) still lots of work to do but thats beautiful... :)
Diffstat (limited to 'tests')
-rw-r--r--tests/modules/ArchiveProcessing/Day.test.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/modules/ArchiveProcessing/Day.test.php b/tests/modules/ArchiveProcessing/Day.test.php
index 6bcaf59d8f..5151c55056 100644
--- a/tests/modules/ArchiveProcessing/Day.test.php
+++ b/tests/modules/ArchiveProcessing/Day.test.php
@@ -39,8 +39,7 @@ class Test_Piwik_ArchiveProcessing_Day extends UnitTestCase
$table->addRow($row1);
$tableGenerated = Piwik_ArchiveProcessing_Day::generateDataTable($input);
-// dump($tableGenerated);
-// dump($table);
+
$this->assertTrue(Piwik_DataTable::isEqual($table,$tableGenerated));
}