spec/norma_cql_spec.rb in activefacts-0.8.10 vs spec/norma_cql_spec.rb in activefacts-0.8.12
- old
+ new
@@ -15,9 +15,10 @@
"SubtypePI" => "Has an illegal uniqueness join constraint",
}
orm_cql_failures = {
# "OddIdentifier" => "Strange identification pattern is incorrectly verbalised to CQL", # Fixed
"UnaryIdentification" => "No PI for VisitStatus",
+ "Supervision" => "Join constraints not imported from NORMA",
}
# Generate and return the CQL for the given vocabulary
def cql(vocabulary)
output = StringIO.new
@dumper = ActiveFacts::Generate::CQL.new(vocabulary.constellation)