-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Linux
We have configured the attachment extension; and for a class you see all of the relevant test data; but when you look at a particular test failure you still see all of the tests on that class. I would be really helpful if on this page we only showed attachment that had a prefix that matched the name of the test.
So in our case we have a virtual class, we are using abbot so we are not actually using classes as the tests are in xml, with some tests:
oracle.abbot.tests, with tests D-GutterTest, D-MessageLog
Then in the attachment folder we have:
D-GutterTests-Message.log
D-GutterTests-Compiler.log
D-MessageLog-FailedImage.jpg
It would make this feature much more useful if we only showed the relevant tests data for each test otherwise in the case where we have 10 tests in a class the list of attached files can be quite huge.
I am quite happy to make patch for this myself if given a pointer where to start.