Skip to content

Commit

Permalink
Revert "REVERT ME: Temporarily removing some Cli tests."
Browse files Browse the repository at this point in the history
This reverts commit b1ed44d.
  • Loading branch information
ScrapCodes committed Nov 10, 2014
1 parent 935fb47 commit 3680e58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class CliSuite extends FunSuite with BeforeAndAfterAll with Logging {
}
}

ignore("Simple commands") {
test("Simple commands") {
val dataFilePath =
Thread.currentThread().getContextClassLoader.getResource("data/files/small_kv.txt")

Expand All @@ -119,7 +119,7 @@ class CliSuite extends FunSuite with BeforeAndAfterAll with Logging {
)
}

ignore("Single command with -e") {
test("Single command with -e") {
runCliWithin(1.minute, Seq("-e", "SHOW TABLES;"))("" -> "OK")
}
}

0 comments on commit 3680e58

Please sign in to comment.