Commit Graph

22 Commits

Author SHA1 Message Date
Brian Lalor 1583ec50ce Add ability to load JS files from classpath
This will allow better packaging of the resources needed to run the
tests.
2012-11-23 08:33:55 -05:00
Brian Lalor 7b8d034d48 Fix for Rhino usage warning
Warning was
    RHINO USAGE WARNING: Missed Context.javaToJS() conversion
from
    threadTimeoutPool[threadId].interrupt()

I'm assuming this came about from the switch to Rhino 1.7something,
but I'm not positive.
2012-11-23 08:33:55 -05:00
Brian Lalor 2be0c284e0 Rhino and maven-compiler-plugin version updates 2012-11-23 08:33:55 -05:00
Brian Lalor 3fef5237aa Merge https://github.com/jansabbe/jasmine-junit-runner.git
Pulls in updates to more recent Rhino.
2012-11-23 08:33:42 -05:00
Wouter Groeneveld 748b3da785 fix for checkbox click event which now sets the checked state correctly. 2012-03-20 20:28:06 +01:00
Wouter Groeneveld 8bd88b62dd Merge branch 'master' of ssh://github.com/jefklak/jasmine-junit-runner 2011-12-20 22:16:09 +01:00
Wouter Groeneveld 11b747ccec form event fixture for envutils test 2011-12-20 22:00:38 +01:00
Wouter Groeneveld 7bd0e18f4f envjs focus event fix, setinterval fix, cleartimeout/interval fix 2011-12-20 21:59:22 +01:00
Ola Bini c20ee414f6 Add a few hooks to make it possible to extend functionality 2011-11-08 13:35:22 -06:00
Jan Sabbe e85ac3fe1d upgrade rhino to 1.7R3, delete es5-shim, use latest JS version 2011-08-26 20:54:55 +02:00
Wouter Groeneveld 280122cee3 fix toBeDisabled jQuery matcher 2011-08-03 11:20:25 +02:00
Wouter Groeneveld 1868b831d4 added jasmine jquery matchers, modified for envjs/rhino support 2011-06-29 10:38:04 +02:00
Wouter Groeneveld d0a6f2b556 hack envjs element css style parsing 2011-06-29 10:24:32 +02:00
Wouter Groeneveld 9aca411bbd fix NPE when using the debugger 2011-06-28 14:12:29 +02:00
Wouter Groeneveld 2ce4f02f97 fixed Envjs 1.2 CSS2Properties value maps + rhino shortcuts in bin 2011-06-28 12:11:30 +02:00
Wouter Groeneveld 38514a392d fix recursively building specs collection 2011-06-28 09:05:41 +02:00
Wouter Groeneveld 695f0101c0 now builds test descriptions recursively 2011-06-27 10:06:00 +02:00
Wouter Groeneveld 45d32509ef now builds test descriptions recursively 2011-06-27 10:05:01 +02:00
Wouter Groeneveld 7ea8dc7ce4 moved to other package name 2011-06-26 22:10:10 +02:00
Wouter Groeneveld afa2f03c69 possibility to use @Before/After in superclasses 2011-06-26 22:05:07 +02:00
Wouter Groeneveld e58acab9c8 let @Before/@After work for superclasses 2011-06-26 21:44:55 +02:00
Wouter Groeneveld 582cbe4ce3 initial checkin 2011-06-24 21:11:58 +02:00