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
AgeCommit message (Expand)Author
2014-08-11refs #5820 and more test fixes... they all worked when executed standalone bu...Thomas Steur
2014-08-11fixes #5969 - added sputnik.rusgiehl
2014-08-11refs #5820 fixes some more classes and looks like reportTest needs to be a da...Thomas Steur
2014-08-11refs #5820 fix class nameThomas Steur
2014-08-11refs #5820 fix class nameThomas Steur
2014-08-11refs #5820 added some tracker tests to make sure it works well with the dimen...Thomas Steur
2014-08-11refs #5820 added some tests for reports and columns refactoringThomas Steur
2014-08-11If building for latest_stable in .travis.yml ignore errors in generate:travis...diosmosis
2014-08-11Use correct path to existing .travis.yml when running autoupdate .travis.yml ...diosmosis
2014-08-11Add more debug output to autoupdate_travis_yml.sh.diosmosis
2014-08-11When auto updating .travis.yml do not exit directly after push failure so gen...diosmosis
2014-08-11Make sure to fail build if generating a .travis.yml file fails in travis.diosmosis
2014-08-11Merge pull request #5962 from piwik/travis_systemMatthieu Aubry
2014-08-11source travis-helper.sh again for angular js tests.diosmosis
2014-08-11Try removing redundant travis_retry.diosmosis
2014-08-10Skip a test for 5.3.3 and do not allow failures of Integration testsmattab
2014-08-10Maybe fixing testsmattab
2014-08-10Created unified system for running tests in travis for Piwik Core and any Piw...diosmosis
2014-08-10Avoid failure on PHP 5.3.3 by manually encoding the single quotesmattab
2014-08-09temporary green buildmattab
2014-08-09always apply the normalisationmattab
2014-08-09on php 5.3.3 encode the single quote properly to workaround php bugmattab
2014-08-07Merge pull request #5945 from mattab/masterMatthieu Aubry
2014-08-07Check for 5.3* instead of 5.3.3Matthieu Aubry
2014-08-07Use 5.3 in path to fpm rather than 5.3.3Matthieu Aubry
2014-08-07refs #5926 fix tests since example report is no longer enabled by defaultThomas Steur
2014-08-07Merge branch 'master' into 5896_add_generic_filters_to_arraysThomas Steur
2014-08-06fix the csv test sine the plugin is disabled by defaultThomas Steur
2014-08-06Updating UI tests submodule.diosmosis
2014-08-06fix some testsThomas Steur
2014-08-06updated submoduleThomas Steur
2014-08-06refs #5926 move reports to exampleReportThomas Steur
2014-08-06updated submoduleThomas Steur
2014-08-06refs #5896 tests are showing converting an array to a dataTable and run the f...Thomas Steur
2014-08-06refs #5896 added a couple of tests and fixed some issuesThomas Steur
2014-08-06refs #5896 added test for ApiRenderer factoryThomas Steur
2014-08-06refs #5896 started to move rendering code from response builder in other clas...Thomas Steur
2014-08-06Merge pull request #5934 from mnapoli/test-fixesMatthieu Aubry
2014-08-05Switched "expected" and "actual" in test assertions to make debugging easierMatthieu Napoli
2014-08-05Avoid double implode which generates noticesMatthieu Napoli
2014-08-05removed example dimensions from segment editor and Updater screen, added gzop...mattab
2014-08-04refs #5895 replace _GET access by helper method2.5.0-b1mattab
2014-08-04refs #5895 test file now shows &segment parametermattab
2014-08-04Revert tests that started failing after 49ae6b4030e83a9e0b5a842810c7ddda3c322b24mattab
2014-08-03fixes #5910 - added detection for r.search.yahoo.com as search enginesgiehl
2014-08-01Updating UI tests submodule.diosmosis
2014-08-01Remove unnecessary expected Integration test files.diosmosis
2014-08-01maybe this forces karma to use a specific mocha version? might fix angularjs ...Thomas Steur
2014-08-01Remove dead code and use travis_retry in npm install command in tests/angular...diosmosis
2014-07-26Refactoring IntegrationTestCase class:diosmosis