[bspell commit] r8 - trunk/src/test/java/com/google/bspell/parsers

0 views
Skip to first unread message

codesite...@google.com

unread,
Nov 9, 2007, 4:23:42 AM11/9/07
to bsp...@googlegroups.com
Author: maomaode
Date: Fri Nov 9 01:23:06 2007
New Revision: 8

Modified:
trunk/src/test/java/com/google/bspell/parsers/JavaParserTest.java
trunk/src/test/java/com/google/bspell/parsers/ParserFactoryTest.java

Log:
* Fix the build

Modified: trunk/src/test/java/com/google/bspell/parsers/JavaParserTest.java
==============================================================================
--- trunk/src/test/java/com/google/bspell/parsers/JavaParserTest.java (original)
+++ trunk/src/test/java/com/google/bspell/parsers/JavaParserTest.java
Fri Nov 9 01:23:06 2007
@@ -1,13 +1,12 @@
package com.google.bspell.parsers;

import java.io.File;
+import java.util.ArrayList;
import java.util.List;

import com.google.bspell.model.Word;
-
import org.junit.Assert;
import org.junit.Test;
-import java.util.ArrayList;

public class JavaParserTest extends Assert {
JavaParser parser = new JavaParser();

Modified: trunk/src/test/java/com/google/bspell/parsers/ParserFactoryTest.java
==============================================================================
---
trunk/src/test/java/com/google/bspell/parsers/ParserFactoryTest.java (original)
+++
trunk/src/test/java/com/google/bspell/parsers/ParserFactoryTest.java
Fri Nov 9 01:23:06 2007
@@ -1,7 +1,6 @@
package com.google.bspell.parsers;

import java.io.File;
-import java.util.List;
import java.util.Set;

import org.junit.Assert;
@@ -41,4 +40,4 @@
assertTrue(excludes.contains("wiki"));
assertTrue(excludes.contains("jaxws"));
}
- }
\ No newline at end of file
+}
\ No newline at end of file

Reply all
Reply to author
Forward
0 new messages