You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2012/03/29 16:38:19 UTC

svn commit: r1306883 - /tika/trunk/tika-server/src/test/java/org/apache/tika/server/UnpackerResourceTest.java

Author: mattmann
Date: Thu Mar 29 14:38:19 2012
New Revision: 1306883

URL: http://svn.apache.org/viewvc?rev=1306883&view=rev
Log:
- TIKA-593: remove FIXME and uncomment @Test, per max's comments. 

Modified:
    tika/trunk/tika-server/src/test/java/org/apache/tika/server/UnpackerResourceTest.java

Modified: tika/trunk/tika-server/src/test/java/org/apache/tika/server/UnpackerResourceTest.java
URL: http://svn.apache.org/viewvc/tika/trunk/tika-server/src/test/java/org/apache/tika/server/UnpackerResourceTest.java?rev=1306883&r1=1306882&r2=1306883&view=diff
==============================================================================
--- tika/trunk/tika-server/src/test/java/org/apache/tika/server/UnpackerResourceTest.java (original)
+++ tika/trunk/tika-server/src/test/java/org/apache/tika/server/UnpackerResourceTest.java Thu Mar 29 14:38:19 2012
@@ -174,7 +174,7 @@ public class UnpackerResourceTest extend
 		assertEquals(DOCX_IMAGE2_MD5, data.get(DOCX_IMAGE2_NAME));
 	}
 
-	//FIXME: Disabled for now until TIKA-593 is done @Test
+	@Test
 	public void test415() throws Exception {
 		Response response = WebClient.create(endPoint + UNPACKER_PATH)
 				.type("xxx/xxx")