-
Enhancement
-
Resolution: Done
-
Major
-
2.0.1
-
None
org.jboss.byteman.tests.helpertests.TestStackTrace tests output which includes line numbers, which will cause the test to fail if you edit it in a way that causes line numbers to change. This is annoying to deal with if you are changing the test, and would be nice to fix.
Testing correct behaviour really only needs the method name to be verified, so the line numbers could be ignored. Implementing a fix for this would require changes to how the output is checked, since it currently creates a string from the expected values and compares it to the result.