Author: seanoc
Date: Fri Jan 23 07:21:38 2009
New Revision: 737048

URL: http://svn.apache.org/viewvc?rev=737048&view=rev
Log:
fix init failure

Modified:
    
cxf/trunk/rt/core/src/test/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptorTest.java

Modified: 
cxf/trunk/rt/core/src/test/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptorTest.java
URL: 
http://svn.apache.org/viewvc/cxf/trunk/rt/core/src/test/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptorTest.java?rev=737048&r1=737047&r2=737048&view=diff
==============================================================================
--- 
cxf/trunk/rt/core/src/test/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptorTest.java
 (original)
+++ 
cxf/trunk/rt/core/src/test/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptorTest.java
 Fri Jan 23 07:21:38 2009
@@ -26,12 +26,13 @@
 
 import org.junit.Assert;
 import org.junit.Ignore;
+import org.junit.Test;
 
 public class PrettyLoggingOutInterceptorTest extends Assert {
     
     
     @Ignore
-    //@Test
+    @Test
     public void testFormatting() throws Exception { 
         ByteArrayOutputStream baos = new ByteArrayOutputStream();
         PrintWriter pw = new PrintWriter(baos);


Reply via email to