You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/01/29 14:01:22 UTC

svn commit: r1237271 - /jmeter/trunk/build.xml

Author: sebb
Date: Sun Jan 29 13:01:22 2012
New Revision: 1237271

URL: http://svn.apache.org/viewvc?rev=1237271&view=rev
Log:
Test files used for batch test comparisons need to use fixed EOL=LF

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1237271&r1=1237270&r2=1237271&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Jan 29 13:01:22 2012
@@ -1238,8 +1238,10 @@ run JMeter unless all the JMeter jars ar
     <include name="${dest.jar.jmeter}/testfiles/**"/>
     <exclude name="${dest.jar.jmeter}/testfiles/*.jmx"/>
     <exclude name="${dest.jar.jmeter}/testfiles/*.jtl"/>
-    <!-- This one is generated with EOL=LF -->
+    <!-- These are generated with EOL=LF -->
     <exclude name="${dest.jar.jmeter}/testfiles/BatchTestLocal.xml"/>
+    <exclude name="${dest.jar.jmeter}/testfiles/Bug50898.xml"/>
+    <exclude name="${dest.jar.jmeter}/testfiles/Bug52310.xml"/>
     <!-- Ignore unit test output -->
     <exclude name="${dest.jar.jmeter}/testfiles/*.out"/>
     <exclude name="${dest.jar.jmeter}/testfiles/Sample_*.png"/>
@@ -1265,8 +1267,10 @@ run JMeter unless all the JMeter jars ar
     <include name="${src.docs}/**/*.sxw"/>
     <include name="${dest.jar.jmeter}/testfiles/*.jmx"/>
     <include name="${dest.jar.jmeter}/testfiles/*.jtl"/>
-    <!-- This one is generated with EOL=LF -->
+    <!-- These are generated with EOL=LF -->
     <include name="${dest.jar.jmeter}/testfiles/BatchTestLocal.xml"/>
+    <include name="${dest.jar.jmeter}/testfiles/Bug50898.xml"/>
+    <include name="${dest.jar.jmeter}/testfiles/Bug52310.xml"/>
     <!-- Include the image files used in parsing / embedded download tests -->
     <include name="${dest.jar.jmeter}/testfiles/**/*.gif"/>
     <include name="${dest.jar.jmeter}/testfiles/**/*.jpg"/>