Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/2.3' into 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
systay committed Dec 4, 2015
2 parents 143b727 + 89575aa commit 61feb81
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,7 @@ with QueryStatisticsTestSupport with CreateTempFileTestSupport with NewPlannerTe
for (i <- 1 to 10) createNode()
val query = "match (pA) where id(pA) = {a} return pA"

intercept[CypherTypeException] {
executeWithAllPlanners(query, "a" -> "Andres").toList
}
executeWithAllPlanners(query, "a" -> "Andres") should be (empty)
}

test("shouldBeAbleToTakeParamsFromParsedStuff") {
Expand Down

0 comments on commit 61feb81

Please sign in to comment.