- oct. 13, 2014
-
-
Thomas Steur a rédigé
refs #5940 moved files into a subfolder framework, added autoloader to remove duplicated code to load autoload.php and to be able to register more autoloaders (eg for test files) on demand. This I got read of many includes that had to be updated all the time and that had to be updated all the time when moving iles
-
- oct. 06, 2014
-
-
Thomas Steur a rédigé
refs #5940 we might stay backwards compatible this way for 2 months. moved some tests from unit to integration and explained when a test is a unit test, an integration test or a system test.
-
- oct. 05, 2014
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
- oct. 02, 2014
-
-
diosmosis a rédigé
-
- sept. 30, 2014
-
-
diosmosis a rédigé
-
- sept. 19, 2014
-
-
diosmosis a rédigé
-
- sept. 14, 2014
-
-
mattab a rédigé
-
- août 26, 2014
-
-
Thomas Steur a rédigé
refs #6065 maybe this makes sure to load plugins always in same order in tests? As glob will return files in any order it pleases. It is only a wrapper for libc glob() function
-
- août 21, 2014
-
-
diosmosis a rédigé
-
- juil. 23, 2014
-
-
Christian Raue a rédigé
-
Christian Raue a rédigé
-
Christian Raue a rédigé
-
- juil. 19, 2014
-
-
Christian Raue a rédigé
-
- juil. 14, 2014
-
-
diosmosis a rédigé
-
- juil. 13, 2014
- juil. 12, 2014
-
-
diosmosis a rédigé
-
Thomas Steur a rédigé
this might the ui tests work again, somehow the database gets changed but the tracker cache does not get noticed. So make sure to clear tracker cache before running an update on the database to make sure it will always compare all dimension columns and check whether they need to be installed
-
Thomas Steur a rédigé
-
- juil. 11, 2014
-
-
diosmosis a rédigé
Fixes #5809, change existing SQL to ignore errors that occur when updates are executed more than once, add test for multiple update and allow updates to specify more than one error code to ignore.
-
- juil. 10, 2014
-
-
diosmosis a rédigé
-
- juil. 09, 2014
-
-
diosmosis a rédigé
Refs #5800, add namespaces to integration tests in root folder. Also add IntegrationTestCase to a namespace, re-add individual test @groups, move test groups to class level, and rename test files & class names so underscores are not used.
-
- juil. 08, 2014
-
-
diosmosis a rédigé
Modified SetupFixture to save SQL dumps of fixtures when needed, make sure OmniFixture can be used w/ SetupFixture, and use SQL dump of OmniFixture in UI tests instead of running OmniFixture every time (so changes in fixtures do not result in changes to screenshots).
-
- juil. 07, 2014
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
log only calls to privacy manager changes and also log when fixtures are executed to see whether it actually executes them in same order
-
- juil. 03, 2014
-
-
diosmosis a rédigé
-
Thomas Steur a rédigé
this is a better solution to the previous committed fix. This solution works in all cases (even when not running tests) and makes it useable for other CacheFile classes as well. In addition it keeps the dependencies in the PersistenceCache class
-
Thomas Steur a rédigé
does this fix the tests? just because the tracker cache gets deleted in the fixture performSetUp it does not update the cached static property of the persistentcache
-
diosmosis a rédigé
-
- juin 30, 2014
-
-
Thomas Steur a rédigé
this should fix the "MySQL server has gone away" error on Travis. It only occurred sometimes as the timeout on travis is only 180 (28800 is mysql standard)
-
- juin 27, 2014
-
-
diosmosis a rédigé
Allow UI testing system to specify extra plugins to load and install when running UI tests for a plugin.
-
- juin 26, 2014
-
-
Thomas Steur a rédigé
smarter install and update of columns which will automatically update the column in case the type changes making it super easy for developers, not sure if everything works already and need to xhprof it
-
- juin 25, 2014
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
started to handle changes to dimensions, for instance if a new dimension is added the platform should detect this and run an update script. also if a dimension suddenly handles new cases such as conversion it should automatically add a column to log_conversion after a user confirms. Have not tested update and/or installation yet
-
- juin 18, 2014
-
-
Thomas Steur a rédigé
maybe this fixes the Mysql server has gone error? I think it does not really uninstall columns but adds them all the time.
-
- juin 15, 2014
-
-
diosmosis a rédigé
When executing tests, check for non-core plugin that should be loaded by looking at test case class & current backtrace. (Removing need for enable_load_standalone_plugins_during_tests config option).
-