summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-03-25More selenium2 tests portingFabio Bas
2014-03-25Added new test case directory for github issues; added test case for #504Fabio Bas
2014-03-05Started cleaning tests' selenium2 compatibility layerFabio Bas
2014-02-28Ported all tests from Selenium1 (RC) to Selenium2 (WebDriver) using a ↵Fabio Bas
compatibility layer
2014-02-25Ensure all tests have a proper doctype and html structure, to avoid ↵Fabio Bas
browser's quirks mode
2014-02-24Cross-browser testsFabio Bas
2014-02-19Update local tests pathFabio Bas
2014-02-19Fix test for firefoxFabio Bas
2014-02-12Fixed TAutoCompleteFabio Bas
2014-02-10More tests portingFabio Bas
2014-02-10Ported some tests to jQueryFabio Bas
2014-02-08Fixed CustomTemplate testFabio Bas
2014-02-08Fixed TActivePanel testFabio Bas
2014-01-15Removed ?> from testsFabio Bas
2014-01-14Removed TJavascriptLogger from demos and testsFabio Bas
Any browser’s development tool is way better, and it stops exceptions from being catched by the browser’s console
2014-01-10Fixed TRatingList test (it's not even enabled, anyway)Fabio Bas
2014-01-06Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git
2014-01-06Fixed some function tests; start working on porting them to Selenium2 interfaceFabio Bas
2013-11-26Ported some testsFabio Bas
2013-11-26Fixed dynamic creation of js eventsFabio Bas
2013-11-26More work on ajaxFabio Bas
2013-10-03Raise memory limit for coverage testsFabio Bas
2013-10-01Fixed the remeining functional tests;Fabio Bas
the tests using keyDown() had to be commented out..
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
Functional tests were using an old selenium RC version. Ported them to use phpunit + selenium; next: opensauce
2013-09-19Committed TComponent patch by javalizardFabio Bas
TComponent Update: Behaviors, Class Behaviors, fx global events, and dy one to one events. This patchset was currently available only on svn trunk/
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 ↵Fabio Bas
testcases. Fixes #486
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
Otherwise git would strip them away
2013-09-13Don't gitignore assets/ and protected/runtime/ directories in tests and demo ↵Fabio Bas
apps; gitignore only their contents The directories needs to exists in order for demos and tests to run correctly
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 ↵ctrlaltca
what seems a test suite for an older version of SQLMap)
2012-11-18Reworked the "test" task in order to make it work again:ctrlaltca
- it will use the system PHPUnit installation if available (bundled PHPUnit with prado is no more a choice) - fixed tests in order to be compatible with recent phpunit versions (currently 3.7) - dropped old tests referring to unexisting components (NOTE: this includes what seems a test suite for an older version of SQLMap) Added some svn-ignore properties
2012-10-31MAJOR UPGRADE to TComponentjavalizard@gmail.com
This adds global 'fx' events, behaviors, class-wide behaviors, intra-object/behavior 'dy' events, and tweaks the raiseEvent to be more advanced (yet backward compatible). A large amount of documentation is in here too. Slight changes to the TApplication object is made to provide events with priorities. TComponent has a massive amount of test cases as well… There are now 512 assertions. Test cases have been added for testing the GetJS and SetJS and ensure functionality of these new getters and setters. The Behaviors are all tested and fully integrated into the TComponent Object. Behaviors are more transparently and widely integrated into TComponent. Class Behaviors rely on the global events to add behaviors to instanced objects. Class behaviors also allow for behaviors to be added during the instancing of new objects of the class. Dynamic events enable the object to send events directly to behaviors as intra-object events. Dynamic events can be chained as multiple behaviors may implement the event. This allows for parameter filtering. RaiseEvent allows for raising global events, capturing results, and feeding results forward into the next handlers parameters should the need arise. This is a forward thinking feature to enable new processes to be designed into the code for PRADO version 3.3 and future version 4.0. This functionality is transparent when unused. We are hoping this is fully backward compatible with the existing code base. It was designed for maximum backward compatibility while expanding the functional base exponentially. This clears the way for a new way of thinking about how objects relate.
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 ↵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