Commit 5cd90af
mgricken
The build.xml file now allows you to specify which configuration file
is to be used using the "test-drjava-config" property (e.g. on the
command line by passing "-Dtest-drjava-config=some.file").
If this property is not set, then the build.xml file will use an empty
configuration file, testFiles/drjava.basic.config, which I have added
to the repository. This is an important change: Testing from now on
does NOT use the .drjava file in the user's home directory anymore,
unless explicitly told to do so. By default, the unit tests are now
run with default settings, regardless of the user's settings --This
line, and those below, will be ignored
AM testFiles/drjava.basic.config
M src/edu/rice/cs/drjava/DrJavaTestCase.java
M build.xml
git-svn-id: file:///tmp/test-svn/trunk@4147 fe72c1cf-3628-48e9-8b72-1c46755d3cff1 parent 0dc9a35 commit 5cd90af
3 files changed
Lines changed: 33 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
92 | 98 | | |
93 | 99 | | |
94 | 100 | | |
| |||
1098 | 1104 | | |
1099 | 1105 | | |
1100 | 1106 | | |
1101 | | - | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
1102 | 1112 | | |
1103 | 1113 | | |
1104 | 1114 | | |
1105 | | - | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
1106 | 1127 | | |
1107 | 1128 | | |
1108 | 1129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
59 | 66 | | |
60 | 67 | | |
61 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments