DUnit: double click on failing test does not bring you to the test if the class descends from the class having the test method

Issue #120 resolved
Jeroen Wiert Pluimers created an issue

If an error occurs in TSQLBuilderTesterWithoutGeneralSmartPool.TestJoinPart01_Setup and you double click on the error EAccessViolation with message 'Access violation at address 00410444 in module 'MiddlewareUnitTests.exe'. Read of address 80808088', then you do not get to the actual test.

I think the reason is that TSQLBuilderTesterWithoutGeneralSmartPool descends from TSQLBuilderTester which has the actual test method.

Screenshot 2019-02-16 20.36.01.png

Comments (2)

  1. Log in to comment