DefinitionListTest (not working JUnit Test)
[phpeclipse.git] / archive / org.plog4u.wiki.test / src / org / plog4u / wiki / test / filter / FilterTestSupport.java
index abb21a0..fd87dd8 100644 (file)
@@ -13,6 +13,9 @@ import org.radeox.filter.context.FilterContext;
  */
 
 public class FilterTestSupport extends TestCase {
+  public static final String WINDOWS_NEWLINE = "\r\n";
+  public static final String UNIX_NEWLINE = "\n";
+  public static final String NEWLINE = WINDOWS_NEWLINE;
   protected Filter filter;
   protected FilterContext context;