Author: thorsten
Date: Fri Sep 26 03:42:58 2008
New Revision: 699261

URL: http://svn.apache.org/viewvc?rev=699261&view=rev
Log:
Activating all tests again

Modified:
    
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/TestStructurer.java

Modified: 
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/TestStructurer.java
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/TestStructurer.java?rev=699261&r1=699260&r2=699261&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/TestStructurer.java
 (original)
+++ 
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/TestStructurer.java
 Fri Sep 26 03:42:58 2008
@@ -16,7 +16,7 @@
     String format = "html";
     Structurer structurer = prepareStructurer(false);
     structurer.execute(getStream(),format);
-  }/*
+  }
   public void testStructurerWithXmlProperties() throws DispatcherException{
     String format = "html";
     Structurer structurer = prepareStructurer(true);
@@ -26,7 +26,7 @@
     String format = "xml";
     Structurer structurer = prepareStructurer(false);
     structurer.execute(getStream(), format);
-  }*/
+  }
   private Structurer prepareStructurer(boolean allowXml) {
     DispatcherBean config = new DispatcherBean();
     config.setAllowXmlProperties(allowXml);