By default, dunit gives the the address of where your unit tests failed.
To get the line numbers instead, do the following:
- Install the JCL from http://sourceforge.net/projects/jcl
- In your test project settings, add the conditional define USE_JEDI_JCL (Directories/Conditionals page)
- In your test project settings, set Map File to detailed (Linker page)
- Rebuild your project