keze87 / TP2

0 stars 1 forks source link

BatallaTests #8

Closed keze87 closed 7 years ago

keze87 commented 7 years ago

BatallaTests.java tiene que ser BatallaTest.java

Por el build.xml:

<target name="test" depends="compilar.tests.sin.instrumentar">
        <junit fork="no" failureProperty="test.failure" showoutput="true">
            <classpath location="${build}" />
            <classpath refid="classpath" />
            <batchtest todir="${reports.xml.dir}" unless="testcase">
                <fileset dir="${build}/tests" includes="**/*Test.class" />
                <formatter type="plain" usefile="false"/>
            </batchtest>
        </junit>
    </target>
guido-z commented 7 years ago

Ah, me pareció que en los otros tps era "...Tests"

2016-11-05 20:26 GMT-03:00 keze87 notifications@github.com:

BatallaTests.java tiene que ser BatallaTest.java

Por el build.xml:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/keze87/TP2/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/ASdG4xOqA6usUYNlKR097wvdM5UTyDtOks5q7RCLgaJpZM4KqaoV .

guido-z commented 7 years ago

Lo cambié a BatallaTest y no funciona. No sé, pero de un momento a otro me empezó a funcionar todo mal. ¿Alguien estuvo haciendo cosas raras? Yo estuve trabajando lo más bien hasta hace un rato.

2016-11-05 20:26 GMT-03:00 Guido Zaglul guido.zaglul@gmail.com:

Ah, me pareció que en los otros tps era "...Tests"

2016-11-05 20:26 GMT-03:00 keze87 notifications@github.com:

BatallaTests.java tiene que ser BatallaTest.java

Por el build.xml:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/keze87/TP2/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/ASdG4xOqA6usUYNlKR097wvdM5UTyDtOks5q7RCLgaJpZM4KqaoV .

wjma commented 7 years ago

tambien cambie la clase a BatallaTest no me anduvo

keze87 commented 7 years ago

Esto es para cuando lo compiles por ant, no por eclipse.

Igual todavía no compila la aplicacion por ant, menos los tests.