Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-25 | More selenium2 tests porting | Fabio Bas | |
2014-03-25 | Added new test case directory for github issues; added test case for #504 | Fabio Bas | |
2014-03-05 | Started cleaning tests' selenium2 compatibility layer | Fabio Bas | |
2014-02-28 | Ported all tests from Selenium1 (RC) to Selenium2 (WebDriver) using a ↵ | Fabio Bas | |
compatibility layer | |||
2014-02-25 | Ensure all tests have a proper doctype and html structure, to avoid ↵ | Fabio Bas | |
browser's quirks mode | |||
2014-02-24 | Cross-browser tests | Fabio Bas | |
2014-02-19 | Update local tests path | Fabio Bas | |
2014-02-19 | Fix test for firefox | Fabio Bas | |
2014-02-12 | Fixed TAutoComplete | Fabio Bas | |
2014-02-10 | More tests porting | Fabio Bas | |
2014-02-10 | Ported some tests to jQuery | Fabio Bas | |
2014-02-08 | Fixed CustomTemplate test | Fabio Bas | |
2014-02-08 | Fixed TActivePanel test | Fabio Bas | |
2014-01-15 | Removed ?> from tests | Fabio Bas | |
2014-01-14 | Removed TJavascriptLogger from demos and tests | Fabio Bas | |
Any browser’s development tool is way better, and it stops exceptions from being catched by the browser’s console | |||
2014-01-10 | Fixed TRatingList test (it's not even enabled, anyway) | Fabio Bas | |
2014-01-06 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git | |||
2014-01-06 | Fixed some function tests; start working on porting them to Selenium2 interface | Fabio Bas | |
2013-11-26 | Ported some tests | Fabio Bas | |
2013-11-26 | Fixed dynamic creation of js events | Fabio Bas | |
2013-11-26 | More work on ajax | Fabio Bas | |
2013-10-03 | Raise memory limit for coverage tests | Fabio Bas | |
2013-10-01 | Fixed the remeining functional tests; | Fabio Bas | |
the tests using keyDown() had to be commented out.. | |||
2013-09-30 | More work on fixing testcases for old tickets | Fabio Bas | |
2013-09-30 | Fix some functionaltests of the ticket/ series | Fabio Bas | |
2013-09-30 | Ported all the remaining quickstart functional tests | Fabio Bas | |
2013-09-28 | More functional test porting | Fabio Bas | |
2013-09-27 | More functional tests porting | Fabio Bas | |
2013-09-24 | Ported some failing functional tests to phpunit+selenium | Fabio Bas | |
2013-09-22 | Phing: added target for phpunit+selenium | Fabio Bas | |
Functional tests were using an old selenium RC version. Ported them to use phpunit + selenium; next: opensauce | |||
2013-09-19 | Committed TComponent patch by javalizard | Fabio 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-19 | Ported old I18N tests from simpleunit to phpunit | Fabio Bas | |
2013-09-17 | NumberFormat: force the use of C locale when formatting numbers. Add some ↵ | Fabio Bas | |
testcases. Fixes #486 | |||
2013-09-17 | Chnages in phpunit's bootstrap script; should hopefully fix travis | Fabio Bas | |
2013-09-14 | Hopefully fix travis tests | Fabio Bas | |
2013-09-14 | Drop old google code links | Fabio Bas | |
2013-09-14 | More gitignore for tests directories | Fabio Bas | |
2013-09-13 | Add some missing empty directory, and a dummy .gitignore inside them | Fabio Bas | |
Otherwise git would strip them away | |||
2013-09-13 | Don'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-13 | Update to r3325 | Ciro Mattia Gonano | |
2013-09-11 | Merge up to r3319 | Ciro Mattia Gonano | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-01-06 | backported r3233, r3234 to trunk/ | ctrlaltca | |
2012-11-18 | dropped old tests referring to unexisting components (NOTE: this includes ↵ | ctrlaltca | |
what seems a test suite for an older version of SQLMap) | |||
2012-11-18 | Reworked 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-31 | MAJOR UPGRADE to TComponent | javalizard@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-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |
2012-04-14 | more tests fixing | ctrlaltca@gmail.com | |
2012-04-14 | When 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-13 | Minor 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 |