summaryrefslogtreecommitdiff
path: root/core/source/test
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-11-01 09:26:29 -0600
committerRocky Madden <git@rockymadden.com>2012-11-01 09:26:29 -0600
commit289212a263b92e44b676f34213ae641b9500a836 (patch)
tree3e579eb46b00c02f90eff9b19f68a7531d12ac01 /core/source/test
parent5aaa6b7ebd102a9c25554b96a38aa06b61193254 (diff)
downloadstringmetric-289212a263b92e44b676f34213ae641b9500a836.tar.gz
stringmetric-289212a263b92e44b676f34213ae641b9500a836.tar.bz2
stringmetric-289212a263b92e44b676f34213ae641b9500a836.zip
Prefixed with Ascii, as it only handles for ASCII based spaces.
Diffstat (limited to 'core/source/test')
-rwxr-xr-xcore/source/test/scala/org/hashtree/stringmetric/AsciiSpaceStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/SpaceStringFilterSpec.scala)6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/source/test/scala/org/hashtree/stringmetric/SpaceStringFilterSpec.scala b/core/source/test/scala/org/hashtree/stringmetric/AsciiSpaceStringFilterSpec.scala
index 9396461..2a46bf3 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/SpaceStringFilterSpec.scala
+++ b/core/source/test/scala/org/hashtree/stringmetric/AsciiSpaceStringFilterSpec.scala
@@ -4,10 +4,10 @@ import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
@RunWith(classOf[JUnitRunner])
-final class SpaceStringFilterSpec extends ScalaTest {
- private final val Filter = new StringFilterDelegate with SpaceStringFilter
+final class AsciiSpaceStringFilterSpec extends ScalaTest {
+ private final val Filter = new StringFilterDelegate with AsciiSpaceStringFilter
- "SpaceStringFilter" should provide {
+ "AsciiSpaceStringFilter" should provide {
"overloaded filter method" when passed {
"String with spaces" should returns {
"String with spaces removed" in {