Revision 7238
Added by Jing Tao over 12 years ago
build.xml | ||
---|---|---|
1161 | 1161 |
<exclude name="**/MockCNode.class" /> |
1162 | 1162 |
<exclude name="**/D1NodeServiceTest.class" /> |
1163 | 1163 |
<exclude name="**/QueryRunner.class" /> |
1164 |
<exclude name="**/MockObjectPathMap.class" /> |
|
1164 | 1165 |
</fileset> |
1165 | 1166 |
</batchtest> |
1166 | 1167 |
</junit> |
Also available in: Unified diff
exclude the MockObjectPathMap class from the test target since it is not a junit test.