Author: cos
Date: Sun Jan 16 08:10:30 2011
New Revision: 1059508
URL: http://svn.apache.org/viewvc?rev=1059508&view=rev
Log:
HDFS-996. JUnit tests should never depend on anything in conf. Contributed by Konstantin Boudnik
Modified:
hadoop/hdfs/trunk/CHANGES.txt
hadoop/hdfs/trunk/build.xml
Modified: hadoop/hdfs/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=1059508&r1=1059507&r2=1059508&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Sun Jan 16 08:10:30 2011
@@ -522,6 +522,8 @@ Release 0.21.1 - Unreleased
HDFS-1552. Remove java5 dependencies from build. (cos)
+ HDFS-996. JUnit tests should never depend on anything in conf (cos)
+
INCOMPATIBLE CHANGES
HDFS-538. Per the contract elucidated in HADOOP-6201, throw
Modified: hadoop/hdfs/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/build.xml?rev=1059508&r1=1059507&r2=1059508&view=diff
==============================================================================
--- hadoop/hdfs/trunk/build.xml (original)
+++ hadoop/hdfs/trunk/build.xml Sun Jan 16 08:10:30 2011
@@ -93,6 +93,7 @@
+
@@ -228,7 +229,9 @@
-
+
+
+
@@ -288,6 +291,12 @@
+
+
+
+
+
+