Author: ltheussl
Date: Sun Mar 26 11:33:43 2006
New Revision: 388945

URL: http://svn.apache.org/viewcvs?rev=388945&view=rev
Log:
Rename failure property to be consistent with FAQ.

Modified:
    maven/maven-1/plugins/trunk/test/plugin.jelly

Modified: maven/maven-1/plugins/trunk/test/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/test/plugin.jelly?rev=388945&r1=388944&r2=388945&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/test/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/test/plugin.jelly Sun Mar 26 11:33:43 2006
@@ -146,7 +146,7 @@
       <junit printSummary="${maven.junit.printSummary}"
              haltonfailure="${_haltonfailure}"
              haltonerror="${_haltonerror}"
-             failureProperty="_testfailure"
+             failureProperty="maven.test.failure"
              fork="${maven.junit.fork}"
              forkmode="${maven.junit.forkmode}">
 
@@ -204,7 +204,7 @@
         </batchtest>
       </junit>
 
-        <j:if test="${_testfailure}">
+        <j:if test="${maven.test.failure}">
            <echo>
            ==========================================================
 
@@ -298,7 +298,7 @@
           <junit printSummary="${maven.junit.printSummary}"
                  haltonfailure="${_haltonfailure}"
                  haltonerror="${_haltonerror}"
-                 failureProperty="_testfailure"
+                 failureProperty="maven.test.failure"
                  fork="${maven.junit.fork}"
                  dir="${maven.junit.dir}"
                  forkmode="${maven.junit.forkmode}">
@@ -344,7 +344,7 @@
 
           </junit>
 
-          <j:if test="${_testfailure}">
+          <j:if test="${maven.test.failure}">
              <echo>
              ==========================================================
 
@@ -406,7 +406,7 @@
           <junit printSummary="${maven.junit.printSummary}"
                  haltonfailure="${_haltonfailure}"
                  haltonerror="${_haltonerror}"
-                 failureProperty="_testfailure"
+                 failureProperty="maven.test.failure"
                  fork="${maven.junit.fork}"
                  dir="${maven.junit.dir}"
                  forkmode="${maven.junit.forkmode}">
@@ -472,7 +472,7 @@
 
           </junit>
 
-          <j:if test="${_testfailure}">
+          <j:if test="${maven.test.failure}">
              <echo>
              ==========================================================
 


Reply via email to