currently when there is a testing layer implemented on top of QUnit, an assertion will be reported in that layer instead of in the code on top of the testing layer:
ex:
FAILURE: simple test case: 5 assertions, 4 succeeded
Assertion "WFIID 6661 finished" failure at /export/home/dnichols/src/Qorus/current/qlib/QorusInterfaceTest.qm:1473
where QorusInterfaceTest.qm is a module that extends QUnit
currently when there is a testing layer implemented on top of QUnit, an assertion will be reported in that layer instead of in the code on top of the testing layer:
ex:
where
QorusInterfaceTest.qmis a module that extends QUnit