summaryrefslogtreecommitdiff
path: root/test/files/presentation/hyperlinks
Commit message (Collapse)AuthorAgeFilesLines
* Enhanced presentation compiler test infrastructureMirco Dotta2012-07-051-2/+2
| | | | | | | | | | * Removed unneeded .flags. * Renamed a few methods in `InteractiveTest`. * Force the presentation compiler to shut down after each test. * -sourcepath in the .flags file is now relative to the test's base directory. * Use `InteractiveReporter` in Presentation Compiler tests. By using the `InteractiveReporter`, compilation errors are collected in the compilation unit. This was necessary for testing SI-5975.
* Fixed positions in named default applications (no hyperlinking in ↵Iulian Dragos2012-05-083-0/+55
conjunction with implicit arguments). Removed even more code in the presentation compiler testing infrastructure. One less level of indirection, and a top-level object gone!