Author: cutting
Date: Sat Jul 18 04:18:20 2009
New Revision: 795309
URL: http://svn.apache.org/viewvc?rev=795309&view=rev
Log:
AVRO-54. Re-upgrade to testng 5.9.
Modified:
hadoop/avro/trunk/CHANGES.txt
hadoop/avro/trunk/build.xml
hadoop/avro/trunk/ivy.xml
Modified: hadoop/avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=795309&r1=795308&r2=795309&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Sat Jul 18 04:18:20 2009
@@ -14,6 +14,8 @@
AVRO-60. Fix C JSON parser to correctly handle escapes and
multi-byte characters. Add tests. (Matt Massie via cutting)
+ AVRO-54. Re-upgrade to testng 5.9 and re-enable listeners. (cutting)
+
OPTIMIZATIONS
BUG FIXES
Modified: hadoop/avro/trunk/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/build.xml?rev=795309&r1=795308&r2=795309&view=diff
==============================================================================
--- hadoop/avro/trunk/build.xml (original)
+++ hadoop/avro/trunk/build.xml Sat Jul 18 04:18:20 2009
@@ -191,8 +191,7 @@
classpath="test.java.classpath"/>
<java-compiler src="${test.java.src.dir}"
dest="${test.java.classes}"
- classpath="test.java.classpath"
- excludes="org/apache/avro/test/**.java"/>
+ classpath="test.java.classpath"/>
<taskdef resource="testngtasks" classpathref="java.classpath"/>
</target>
@@ -245,8 +244,8 @@
sourcedir="${test.java.src.dir}"
outputdir="${build.dir}/test-output"
suitename="AvroTestNG"
+ listeners="org.apache.avro.test.TestOutputInterceptor,
org.apache.avro.test.TestSuiteInterceptor"
haltOnfailure="true">
- <!-- listeners="org.apache.avro.test.TestOutputInterceptor,
org.apache.avro.test.TestSuiteInterceptor" -->
<sysproperty key="test.count" value="${test.count}"/>
<sysproperty key="test.dir" value="${test.java.build.dir}"/>
<sysproperty key="test.validate" value="${test.validate}"/>
Modified: hadoop/avro/trunk/ivy.xml
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/ivy.xml?rev=795309&r1=795308&r2=795309&view=diff
==============================================================================
--- hadoop/avro/trunk/ivy.xml (original)
+++ hadoop/avro/trunk/ivy.xml Sat Jul 18 04:18:20 2009
@@ -34,7 +34,7 @@
rev="1.5"/>
<dependency org="com.thoughtworks.paranamer" name="paranamer-ant"
rev="1.5"/>
- <dependency org="org.testng" name="testng" rev="5.8" transitive="false">
+ <dependency org="org.testng" name="testng" rev="5.9" transitive="false">
<artifact name="testng" type="jar" ext="jar" e:classifier="jdk15"/>
</dependency>
</dependencies>