nikseras / js-test-driver

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

console messages aren't captured in jasmine tests #391

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Unpack jasmine-tests-capture-console-problem.zip and change directory to the 
newly created directory.
2. Run JsTD-1.3.4.b server on port 9876 and capture a browser.
3. Run tests with --captureConsole:
java -jar /path/to/JsTestDriver-1.3.4.b.jar --config jsTestDriver.conf --tests 
all --captureConsole

What is the expected output? What do you see instead?

Two captured console messages are expected: "first message" and "second 
message", but actually there is only one message captured: "first message".

Please use labels and text to provide additional information.

Java: 1.6.0_31, 64-Bit
OS: Ubuntu 11.10
JsTestDriver: 1.3.4.b
jasmine.js: 1.1.0
JasmineAdapter.js: 1.1.2

Original issue reported on code.google.com by Sergey.S...@gmail.com on 6 Jul 2012 at 11:40

Attachments: