summaryrefslogtreecommitdiffstats
path: root/ajde/testsrc
Commit message (Collapse)AuthorAgeFilesLines
* Disabling test reads from user preferences store. wisberg2003-05-142-2/+2
| | | | This was discussed on the list before rc2.
* fixed testFileNodeFind that would always pass to be more strict jhugunin2003-05-081-1/+6
| | | | and then fixed the file it was operating on to be correct
* "organized imports" to eliminate compiler warningsacolyer2003-05-063-13/+12
|
* implement binary-incompatible API for detecting whether any warnings exist, ↵wisberg2003-05-051-0/+15
| | | | to enable/disable message display.
* fix test - NPE Guard, canonicalize file inputwisberg2003-05-051-4/+5
|
* removing 1.4 APIwisberg2003-05-011-3/+4
|
* cleaner, but no semantic changeswisberg2003-04-301-14/+13
|
* removed printlnswisberg2003-04-301-6/+7
|
* not using unimplemented buildStructure() apiwisberg2003-04-301-1/+1
|
* no change, just nicer feedbackwisberg2003-04-302-2/+10
|
* mainly changed setup to avoid reading any existing user properties, which ↵wisberg2003-04-301-28/+30
| | | | was causing build configuration tests to fail now that all options are significant
* identify source of log message for conveniencewisberg2003-04-301-1/+1
|
* - IMessage-based compiler messages wisberg2003-04-301-6/+23
| | | | - better toString for logging message lists
* test failing - node is java file, should be method execution main, so no parentwisberg2003-04-281-0/+1
|
* Corrected license. To check licenses, run build unit tests (CheckLics in ↵wisberg2003-04-031-6/+12
| | | | particular)
* Extended test case support to allow verification of compiler messages produced acolyer2003-03-275-3/+119
| | | | | during compilation. Added test case for bug 33474 (full source location for declare warning messages).
* Now adds value of "aspectjrt.path" system property to acolyer2003-03-121-1/+4
| | | | classpath - needed for release testing
* Fixed setting runnable bit on structure nodes. mkersten2003-02-282-4/+5
| | | | Fixed failing incremental test.
* Flipped debug options tests around to reflect fact that acolyer2003-02-261-8/+8
| | | | batch build now generates debug info by default
* This test was failing, seemed to rely on "currentView" acolyer2003-02-251-4/+6
| | | | which was set up by another testMethod
* Fixed source line mapping errors. mkersten2003-02-181-0/+22
| | | | | | Fixed formatting of pointcuts. Added a few more tests for above.
* Fixed failing unit tests. Involved making paths work right in structure model, mkersten2003-02-182-81/+86
| | | | and updating for differences in the 1.1 model.
* resolving misc compiler warningswisberg2003-02-132-17/+11
|
* Committed patches specified in: mkersten2003-01-258-7/+680
| | | | http://bugs.eclipse.org/bugs/show_bug.cgi?id=29769
* initial versionwisberg2002-12-1622-0/+1467