Community
Participate
Working Groups
When you write a JavaScript qx test class and integrate it into the test framework the class will be executed by the framework. But if the class contains corrupt JavaScript it will not be executed and the tests are green. This happens e.g. if you forget a "," between the members. The tests should be red if the classes contain corrupt JavaScript.
Created attachment 166507 [details] fix fix
I committed the patch to CVS HEAD with small changes. Thanks for the great work.