summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-04-14more tests fixingctrlaltca@gmail.com
2012-04-14When rendering the <span> used as a placeholder for an invisible ↵ctrlaltca@gmail.com
activecontrol, set its style to display:none to ensure it's considered not-visible by clientside javascript
2012-04-13Minor regression fix in TAutoComplete's js;ctrlaltca@gmail.com
Fixed ActiveDropDownListtestCase, added a dummy selenium.css to avoid a 404 error while debugging test cases
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 ↵ctrlaltca@gmail.com
the fix of #91
2012-01-18fixed #380 (TCustomValidator's ControlToValidate should be optional); added ↵ctrlaltca@gmail.com
a quickstart example, updated 2 tests that were broken + HISTORY
2011-07-17TSecurityManager: remove additional right padding added by mcrypt_decryptctrlaltca@gmail.com
TSecurityManagerTest: loop through different string length to take account of mcrypt's block cipher padding TAPCCacheTest: fixed static member usage THttpRequestTest: fixed testRequestWithUrlMapping test
2011-06-25Added two methods for getting array elements out of TPriorityList above and ↵javalizard
below a specific priority, with inclusion. Added TPriorityMap and test cases.
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 ↵ctrlaltca@gmail.com
version of TinyMCE; small fix for unittest ticket#439
2011-05-11fixed 3 more unittestsctrlaltca@gmail.com
2011-05-11Small fix for a regression introduced in r2888 (TActiveDatePicker was broken ↵ctrlaltca@gmail.com
if InputMode="DropDownList" ) Testcase for ActiveDatePicker have been updated (it was checking for year 2005 in the datepicker, now it checks for date('Y')+1)
2011-05-10php 5.3 compatibility fixrojaro
2010-10-04#247 Removed one redundant function. Change the unit test to reflect the ↵javalizard
function removal.
2010-10-03#247 Finalized the TPriorityList class, its unit tests, and added one ↵javalizard
missing unit test to TList.
2010-09-27#291 Added new unit tests for all edit operations on read-only lists. Added ↵javalizard
a read-only conditional prior to the item search within three functions that search for an item index in the TList prior to editing.
2010-09-26Upgraded the phpunit ini file to work with PHPUnit 3.3, 3.4, and 3.5. There ↵javalizard
are conditionals for 3.3 and 3.4. No more Framework file includes are needed with 3.5.
2010-04-22started using the TPriorityList, updated some methods functions and slimmed ↵javalizard
things done a touch. This also updates the unit test. The unit test isn't perfect just yet but this class works 100% as a TList. As things get settled I'll get the docs going on this new class.
2010-04-18TPriorityList works like TList if no class specific methods are called. ↵javalizard
Adds the Unit test. TPriorityList needs more unit testing but I wanted to submit this so the method names can be peer reviewed.
2010-04-17Got the return value nailed down for TList::InsertBefore and ↵javalizard
TList::insertAfter using the unit test.
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
2010-02-21Merged latest changes into trunk (except r2773)godzilla80@gmx.net
/branches/3.1:r2765,2770-2771,2774,2776-2778
2010-02-15Merge from r2765 (and some others) 3.1Christophe.Boulain
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase
2010-02-14Merge Branches & Trunkgodzilla80@gmx.net
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762
2010-02-13NEW: Add Beta of master/slave senario solutiongodzilla80@gmx.net
- add package System.Testing.Data.Analysis - add package System.Testing.Data.Distributed - add sub package System.Testing.Data.Distributed.MasterSlave - add unittest for System.Testing.Data.Analysis
2009-05-01Fixed Issue #55 - TPropertyAccess.get don't recognize magic getter __getgodzilla80@gmx.net
2009-04-08Fixed Issue#136Christophe.Boulain
2009-03-22Fixed Issue #88 - SQLMap $Param$ re-evaluation buggodzilla80@gmx.net
2009-03-20Fixed Issue #120godzilla80@gmx.net
2009-03-18a little "goggle code issues" releated modificationgodzilla80@gmx.net
2008-11-08Issue#36: Refactored TRatingList/TActiveRatingList, and added some docs.Christophe.Boulain
2008-10-16Add (manual only) test for #925tof
2008-10-15Fixed #922mikl
2008-10-13Fixed #595 (reopened)mikl
2008-10-13Added Testcase for #900mikl
2008-09-24Added TActiveDatePickertof
2008-08-18fixed #823knut
2008-08-18fixed #876knut
2008-08-06fixed #899knut
2008-08-05fixed #897knut
2008-07-20fixed #886knut
2008-07-17Added TestCase for #698tof
2008-06-27Fixed #872tof
2008-05-07Fixed #849tof
2008-04-18Fix #695mikl
2008-04-18Updated test case for #660mikl
2008-04-18Added test case for #660mikl