From 402e3ec13ca1a0a870dde530d1364a528079782d Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Mon, 23 Nov 2020 09:44:01 +0000 Subject: Rename `boolean` as `bcq` --- .../scala/uk/ac/ox/cs/rsacomb/sparql/ConjunctiveQuerySpec.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/test') diff --git a/src/test/scala/uk/ac/ox/cs/rsacomb/sparql/ConjunctiveQuerySpec.scala b/src/test/scala/uk/ac/ox/cs/rsacomb/sparql/ConjunctiveQuerySpec.scala index e683d36..07e7bfb 100644 --- a/src/test/scala/uk/ac/ox/cs/rsacomb/sparql/ConjunctiveQuerySpec.scala +++ b/src/test/scala/uk/ac/ox/cs/rsacomb/sparql/ConjunctiveQuerySpec.scala @@ -150,15 +150,15 @@ class ConjunctiveQuerySpec } "A query with proper SELECT defined" should "not be a BCQ" in { - ConjunctiveQuery(cq0).value should not be 'boolean + ConjunctiveQuery(cq0).value should not be 'bcq } "A query with a \"*\" SELECT" should "not be a BCQ" in { - ConjunctiveQuery(cq1).value should not be 'boolean + ConjunctiveQuery(cq1).value should not be 'bcq } "An ASK query" should "not be a BCQ" in { - ConjunctiveQuery(bcq0).value shouldBe 'boolean + ConjunctiveQuery(bcq0).value shouldBe 'bcq } "Queries" should "have distinct answer and bounded variables" in { -- cgit v1.2.3