aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/test/scala/sandcrawler/CrossrefScorableTest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'scalding/src/test/scala/sandcrawler/CrossrefScorableTest.scala')
-rw-r--r--scalding/src/test/scala/sandcrawler/CrossrefScorableTest.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/scalding/src/test/scala/sandcrawler/CrossrefScorableTest.scala b/scalding/src/test/scala/sandcrawler/CrossrefScorableTest.scala
index 5973ce5..67a8bfe 100644
--- a/scalding/src/test/scala/sandcrawler/CrossrefScorableTest.scala
+++ b/scalding/src/test/scala/sandcrawler/CrossrefScorableTest.scala
@@ -66,7 +66,7 @@ class CrossrefScorableTest extends FlatSpec with Matchers {
val MalformedCrossrefString = CrossrefString.replace("}", "")
// Unit tests
-
+/*
"crossrefToSlug()" should "get the right slug for a crossref json string" in {
val slug = CrossrefScorable.crossrefToSlug(CrossrefStringWithTitle)
slug should contain ("sometitle")
@@ -81,4 +81,5 @@ class CrossrefScorableTest extends FlatSpec with Matchers {
val slug = CrossrefScorable.crossrefToSlug(MalformedCrossrefString)
slug shouldBe None
}
+ */
}