nikseras / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

JsTestDriver unit test errors #300

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile project.
2. Run unit tests.

Three unit tests report an error:
* ActionSequenceBuilderTest.testAddTestsAndExitOnFailureWithLocalServer
* DefaultActionListProviderTest.testParseFlagsAndCreateTestActions
* 
DefaultActionListProviderTest.testXmlTestResultsActionIsAddedIfTestOutputFolderI
sSet

Reason: all three tests assume that ActionSequenceBuilder.build() should add 
failureCheckerAction into actions list. 

FailureCheckerAction has been removed from ActionSequenceBuilder in the 
revision 1088 with comment 'Working eclipse plugin. Now to break it apart.'

Original issue reported on code.google.com by m.jurcov...@gmail.com on 29 Nov 2011 at 8:42

GoogleCodeExporter commented 8 years ago
Attached patch removes FailureCheckerAction.class from list of expected 
actions. 

Original comment by m.jurcov...@gmail.com on 29 Nov 2011 at 8:43

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by corbinrs...@gmail.com on 28 Dec 2011 at 9:23