summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-10-03Raise memory limit for coverage testsFabio Bas
2013-10-01Fixed the remeining functional tests;Fabio Bas
2013-09-30More work on fixing testcases for old ticketsFabio Bas
2013-09-30Fix some functionaltests of the ticket/ seriesFabio Bas
2013-09-30Ported all the remaining quickstart functional testsFabio Bas
2013-09-28More functional test portingFabio Bas
2013-09-27More functional tests portingFabio Bas
2013-09-24Ported some failing functional tests to phpunit+seleniumFabio Bas
2013-09-22Phing: added target for phpunit+seleniumFabio Bas
2013-09-19Committed TComponent patch by javalizardFabio Bas
2013-09-19Ported old I18N tests from simpleunit to phpunitFabio Bas
2013-09-17NumberFormat: force the use of C locale when formatting numbers. Add some tes...Fabio Bas
2013-09-17Chnages in phpunit's bootstrap script; should hopefully fix travisFabio Bas
2013-09-14Hopefully fix travis testsFabio Bas
2013-09-14Drop old google code linksFabio Bas
2013-09-14More gitignore for tests directoriesFabio Bas
2013-09-13Add some missing empty directory, and a dummy .gitignore inside themFabio Bas
2013-09-13Don't gitignore assets/ and protected/runtime/ directories in tests and demo ...Fabio Bas
2013-09-13Update to r3325Ciro Mattia Gonano
2013-09-11Merge up to r3319Ciro Mattia Gonano
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-06backported r3233, r3234 to trunk/ctrlaltca
2012-11-18dropped old tests referring to unexisting components (NOTE: this includes wha...ctrlaltca
2012-11-18Reworked the "test" task in order to make it work again:ctrlaltca
2012-10-31MAJOR UPGRADE to TComponentjavalizard@gmail.com
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-04-14more tests fixingctrlaltca@gmail.com
2012-04-14When rendering the <span> used as a placeholder for an invisible activecontro...ctrlaltca@gmail.com
2012-04-13Minor regression fix in TAutoComplete's js;ctrlaltca@gmail.com
2012-04-13Added some pause in DatePickerTestCase to avoid a false positivectrlaltca@gmail.com
2012-04-13Update ActiveCustomValidator test case to support the new behavior due to the...ctrlaltca@gmail.com
2012-01-18fixed #380 (TCustomValidator's ControlToValidate should be optional); added a...ctrlaltca@gmail.com
2011-07-17TSecurityManager: remove additional right padding added by mcrypt_decryptctrlaltca@gmail.com
2011-06-25Added two methods for getting array elements out of TPriorityList above and b...javalizard
2011-06-20some fixes on testsctrlaltca@gmail.com
2011-05-21up-ported to trunk/ unit tests fixes from r2921ctrlaltca@gmail.com
2011-05-15miscellanea: synced THtmlArea languages and plugins list with the current ver...ctrlaltca@gmail.com
2011-05-11fixed 3 more unittestsctrlaltca@gmail.com
2011-05-11Small fix for a regression introduced in r2888 (TActiveDatePicker was broken ...ctrlaltca@gmail.com
2011-05-10php 5.3 compatibility fixrojaro
2010-10-04#247 Removed one redundant function. Change the unit test to reflect the fu...javalizard
2010-10-03#247 Finalized the TPriorityList class, its unit tests, and added one missing...javalizard
2010-09-27#291 Added new unit tests for all edit operations on read-only lists. Added ...javalizard
2010-09-26Upgraded the phpunit ini file to work with PHPUnit 3.3, 3.4, and 3.5. There ...javalizard
2010-04-22started using the TPriorityList, updated some methods functions and slimmed t...javalizard
2010-04-18TPriorityList works like TList if no class specific methods are called. Adds...javalizard
2010-04-17Got the return value nailed down for TList::InsertBefore and TList::insertAft...javalizard
2010-04-17Added Unit tests for insertBefore/After. Change code to expected behavior.javalizard
2010-04-16Added a few more tests to the TListTest unit test.javalizard
2010-04-12Fixed Issue#246Christophe.Boulain