Author: rangadi
Date: Mon Sep 29 09:48:52 2008
New Revision: 700173

URL: http://svn.apache.org/viewvc?rev=700173&view=rev
Log:
HADOOP-4277 : Change for TestLocalFileSystem.testAppend() is needed for 0.18 as 
well

Modified:
    
hadoop/core/branches/branch-0.18/src/test/org/apache/hadoop/fs/TestLocalFileSystem.java

Modified: 
hadoop/core/branches/branch-0.18/src/test/org/apache/hadoop/fs/TestLocalFileSystem.java
URL: 
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.18/src/test/org/apache/hadoop/fs/TestLocalFileSystem.java?rev=700173&r1=700172&r2=700173&view=diff
==============================================================================
--- 
hadoop/core/branches/branch-0.18/src/test/org/apache/hadoop/fs/TestLocalFileSystem.java
 (original)
+++ 
hadoop/core/branches/branch-0.18/src/test/org/apache/hadoop/fs/TestLocalFileSystem.java
 Mon Sep 29 09:48:52 2008
@@ -154,7 +154,12 @@
     cleanupFile(fs, path);
   }
 
-  public void testAppend() throws IOException {
+  /* Renaming this in order to temporarily disable the test
+   * until is append() is fixed for LocalFileSystem. See 
+   * HADOOP-4292.  
+   */
+  public void disabledTestAppend() throws IOException {
+    
     Configuration conf = new Configuration();
     final String dir = TEST_ROOT_DIR + "/append";
     LocalFileSystem fs = FileSystem.getLocal(conf);


Reply via email to