Dear AUnit Developers,
Why is on
|
Test.Failure.Message.all (N .. N + 8) = "req_sloc(" |
|
or else Test.Failure.Message.all (N .. N + 8) = "ens_sloc(" |
not a member test used?
In other words, why not apply this patch:
- Test.Failure.Message.all (N .. N + 8) = "req_sloc("
- or else Test.Failure.Message.all (N .. N + 8) = "ens_sloc("
+ Test.Failure.Message.all (N .. N + 8) in "req_sloc(" |
+ "ens_sloc("
Greetings,
Pierre
Dear AUnit Developers,
Why is on
aunit/include/aunit/reporters/aunit-reporter-gnattest.adb
Lines 170 to 171 in 1625e40
not a member test used?
In other words, why not apply this patch:
Greetings,
Pierre