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-08-17 01:45:46 +0400
committermatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-08-17 01:45:46 +0400
commit9582c531ab19f6676bfed82f75395d66fd6b98b3 (patch)
tree7e79d27330b83a9b3f4442b5f794ea326b788fbd /tests
parentd24603379e1b00435854b017148d484f4206bbfc (diff)
Ooch what a productive day!!!
feeling good darling :-) plugged all the basic features from phpmyvisites for daily archives but with a nice architecture, modularity, plugins are configurable in the config file (waiting for a nice GUI of course) handles empty days, multiple sites, fixed small bugs here and there
Diffstat (limited to 'tests')
-rw-r--r--tests/modules/DataTable.test.php2
-rw-r--r--tests/modules/Period.test.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/modules/DataTable.test.php b/tests/modules/DataTable.test.php
index 7a723ce2fc..b81d31c499 100644
--- a/tests/modules/DataTable.test.php
+++ b/tests/modules/DataTable.test.php
@@ -274,7 +274,7 @@ class Test_Piwik_DataTable extends UnitTestCase
'test_float'=> 150.0,
'test_float2'=> 14.5,
'test_float3'=> 1.5,
- 'test_stringint'=> "5", //keep the first
+ 'test_stringint'=> "150", //add also strings!!
'super'=>array('this column has geagaean array value, amazing'),
0925824 => 'toto',
);
diff --git a/tests/modules/Period.test.php b/tests/modules/Period.test.php
index d8c0987437..c2cac3bd43 100644
--- a/tests/modules/Period.test.php
+++ b/tests/modules/Period.test.php
@@ -315,13 +315,13 @@ class Test_Piwik_Period extends UnitTestCase
* Testing Period_Week
*
*/
- //http://framework.zend.com/issues/browse/ZF-1832
+ /* //http://framework.zend.com/issues/browse/ZF-1832
function test_week_zendsetweekday()
{
$date = new Zend_Date('2006-01-01','YYYY-MM-dd', 'en');
$date->setWeekday(1);
$this->assertEqual('2005-12-26', $date->toString("Y-m-d"));
- }
+ }*/
// test week between 2 years
function test_week_Between2years()
{