aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'scalding/src/test')
-rw-r--r--scalding/src/test/scala/sandcrawler/CrossrefScorableTest.scala3
-rw-r--r--scalding/src/test/scala/sandcrawler/ScoreJobTest.scala2
2 files changed, 3 insertions, 2 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
}
+ */
}
diff --git a/scalding/src/test/scala/sandcrawler/ScoreJobTest.scala b/scalding/src/test/scala/sandcrawler/ScoreJobTest.scala
index 22cbdb8..8acb454 100644
--- a/scalding/src/test/scala/sandcrawler/ScoreJobTest.scala
+++ b/scalding/src/test/scala/sandcrawler/ScoreJobTest.scala
@@ -148,7 +148,7 @@ class ScoreJobTest extends FlatSpec with Matchers {
1 -> CrossrefString.replace("<<TITLE>>", "Title 1: TNG 2").replace("<<DOI>>", "DOI-0.5"),
2 -> CrossrefString.replace("<<TITLE>>", "Title 1: TNG 3").replace("<<DOI>>", "DOI-0.75"),
3 -> CrossrefString.replace("<<TITLE>>", "Title 2: Rebooted").replace("<<DOI>>", "DOI-1")))
- .sink[ReduceOutput](TypedTsv[ReduceOutput](output)) {
+ .sink[(String, Int, String, String)](TypedTsv[(String, Int, String, String)](output)) {
// Grobid titles:
// "Title 1", "Title 2: TNG", "Title 3: The Sequel"
// crossref slugs: