Skip to content

Commit

Permalink
Merge pull request twitter#15 from johnynek/master
Browse files Browse the repository at this point in the history
Adds runHadoop to a couple of tests
  • Loading branch information
azymnis committed Feb 24, 2012
2 parents 329ac8e + 6bb2b69 commit 3f4430e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/scala/com/twitter/scalding/CoreTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class TinyJoinTest extends Specification with TupleConversions {
}
}
.run
.runHadoop
.finish
}
}
Expand Down Expand Up @@ -466,6 +467,7 @@ class CrossTest extends Specification with TupleConversions {
}
}
.run
.runHadoop
.finish
}
}
Expand Down

0 comments on commit 3f4430e

Please sign in to comment.