Author: tdunning
Date: Wed Aug 18 17:26:44 2010
New Revision: 986800
URL: http://svn.apache.org/viewvc?rev=986800&view=rev
Log:
Forced locale to EN.US
Modified:
mahout/trunk/core/src/test/java/org/apache/mahout/vectors/TextValueEncoderTest.java
mahout/trunk/core/src/test/java/org/apache/mahout/vectors/WordLikeValueEncoderTest.java
Modified:
mahout/trunk/core/src/test/java/org/apache/mahout/vectors/TextValueEncoderTest.java
URL:
http://svn.apache.org/viewvc/mahout/trunk/core/src/test/java/org/apache/mahout/vectors/TextValueEncoderTest.java?rev=986800&r1=986799&r2=986800&view=diff
==============================================================================
---
mahout/trunk/core/src/test/java/org/apache/mahout/vectors/TextValueEncoderTest.java
(original)
+++
mahout/trunk/core/src/test/java/org/apache/mahout/vectors/TextValueEncoderTest.java
Wed Aug 18 17:26:44 2010
@@ -25,6 +25,8 @@ import org.junit.Test;
import java.util.Locale;
+import static org.junit.Assert.assertEquals;
+
public class TextValueEncoderTest {
@Test
public void testAddToVector() {
Modified:
mahout/trunk/core/src/test/java/org/apache/mahout/vectors/WordLikeValueEncoderTest.java
URL:
http://svn.apache.org/viewvc/mahout/trunk/core/src/test/java/org/apache/mahout/vectors/WordLikeValueEncoderTest.java?rev=986800&r1=986799&r2=986800&view=diff
==============================================================================
---
mahout/trunk/core/src/test/java/org/apache/mahout/vectors/WordLikeValueEncoderTest.java
(original)
+++
mahout/trunk/core/src/test/java/org/apache/mahout/vectors/WordLikeValueEncoderTest.java
Wed Aug 18 17:26:44 2010
@@ -27,6 +27,9 @@ import org.junit.Test;
import java.util.Iterator;
import java.util.Locale;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
+
public class WordLikeValueEncoderTest {
@Test
public void testAddToVector() {