Revision 7237
Added by Jing Tao over 12 years ago
build.xml | ||
---|---|---|
1160 | 1160 |
<!-- these are not test cases --> |
1161 | 1161 |
<exclude name="**/MockCNode.class" /> |
1162 | 1162 |
<exclude name="**/D1NodeServiceTest.class" /> |
1163 |
<exclude name="**/QueryRunner.class" /> |
|
1163 | 1164 |
</fileset> |
1164 | 1165 |
</batchtest> |
1165 | 1166 |
</junit> |
Also available in: Unified diff
exclude QueryRunner in test target. This is not a junit test file.