Ver código fonte

Update project files to use JUnit 4.x

git-svn-id: http://svn.dmdirc.com/trunk@2456 00569f92-eb28-0410-84fd-f71c24880f
tags/0.5.5
Chris Smith 16 anos atrás
pai
commit
a5f08dd810
2 arquivos alterados com 4 adições e 1 exclusões
  1. 3
    1
      nbproject/project.properties
  2. 1
    0
      nbproject/project.xml

+ 3
- 1
nbproject/project.properties Ver arquivo

@@ -16,6 +16,8 @@ debug.test.classpath=\
16 16
 dist.dir=dist
17 17
 dist.jar=${dist.dir}/DMDirc.jar
18 18
 dist.javadoc.dir=${dist.dir}/javadoc
19
+excludes=
20
+includes=**
19 21
 jar.compress=false
20 22
 javac.classpath=
21 23
 # Space-separated list of extra javac options
@@ -26,7 +28,7 @@ javac.target=1.6
26 28
 javac.test.classpath=\
27 29
     ${javac.classpath}:\
28 30
     ${build.classes.dir}:\
29
-    ${libs.junit.classpath}
31
+    ${libs.junit_4.classpath}
30 32
 javadoc.additionalparam=-overview ${src.dir}/overview.html
31 33
 javadoc.author=false
32 34
 javadoc.encoding=

+ 1
- 0
nbproject/project.xml Ver arquivo

@@ -12,5 +12,6 @@
12 12
                 <root id="test.src.dir"/>
13 13
             </test-roots>
14 14
         </data>
15
+        <junit-version xmlns="http://www.netbeans.org/ns/junit/1" value="junit4"/>
15 16
     </configuration>
16 17
 </project>

Carregando…
Cancelar
Salvar