nikseras / js-test-driver

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

DOC without assignment fails silently #399

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a test with the following HTML
jstestdriver.console.log("This is log message.");
/*:DOC = <div class="page">
   <div><span><label for="" id="userExistsMessage"></label></span></div>
   <div><span><label for="" id="userLimitMessage"></label></span></div>
   <div><span><label for="" id="elo"></label></span></div>
</div>
*/
2. Execute the test

What is the expected output? What do you see instead?
I expected a message log or a test failure but nothing appeared

What version of the product are you using? On what operating system?
I'm using Js Test Driver 1.3.4.e (I think it stands for eclipse)
Running on eclipse Juno, Mac OS X Lion 10.7.4

Please provide any additional information below.

Original issue reported on code.google.com by javierlecuona@gmail.com on 3 Oct 2012 at 12:41