LiTiang / js-test-driver

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

Noisy output when using --captureConsole #278

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using 1.3.3b, run the tests providing the --captureConsole
2. See lots of output - seems like debugging output that was left in by 
mistake?  My simple test code contains no console.log statements

TestCase('FooTest', {
    testEquals : function() {
        assertTrue(1 === 1);
    }
});

What is the expected output? What do you see instead?
No output, since the test contains no console.log statements

What version of the product are you using? On what operating system?
1.3.3b on Mac OS X

Please provide any additional information below.
Seems like some console.log statements were left in by mistake.

Original issue reported on code.google.com by burke.we...@gmail.com on 7 Oct 2011 at 8:25

GoogleCodeExporter commented 9 years ago
Sort. Really need to make that configurable.

Fixed after r1058, Slated for 1.3.3c

Original comment by corbinrs...@gmail.com on 7 Oct 2011 at 10:00

GoogleCodeExporter commented 9 years ago
Thanks for the quick fix.

Original comment by burke.we...@gmail.com on 7 Oct 2011 at 10:04

GoogleCodeExporter commented 9 years ago
I'm holding out on Issue 276 (need a dev agreement) before I push 1.3.3c.

Original comment by corbinrs...@gmail.com on 7 Oct 2011 at 10:17