aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Igne <federico.igne@cs.ox.ac.uk>2020-12-06 12:17:35 +0000
committerFederico Igne <federico.igne@cs.ox.ac.uk>2020-12-06 12:17:35 +0000
commit06e95ce0c738cd54bab7726dfe59e05c814d0e5c (patch)
treeb87c9bb5d0ca4cf77fca44c7d384449598a734be
parent3362dd371ddcac7d60b4f64ddacb83c7d5b0a21e (diff)
downloadRSAComb-06e95ce0c738cd54bab7726dfe59e05c814d0e5c.tar.gz
RSAComb-06e95ce0c738cd54bab7726dfe59e05c814d0e5c.zip
Temporarily ignore tests involving `cycle` computation
This is done because `cycle` is being reworked from a theoretical point of view at the moment.
-rw-r--r--src/test/scala/uk/ac/ox/cs/rsacomb/CanonicalModelSpec.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/scala/uk/ac/ox/cs/rsacomb/CanonicalModelSpec.scala b/src/test/scala/uk/ac/ox/cs/rsacomb/CanonicalModelSpec.scala
index 42ca6bd..a7d7f27 100644
--- a/src/test/scala/uk/ac/ox/cs/rsacomb/CanonicalModelSpec.scala
+++ b/src/test/scala/uk/ac/ox/cs/rsacomb/CanonicalModelSpec.scala
@@ -169,7 +169,7 @@ class Ontology1_CanonicalModelSpec
169 169
170 renderer.render( 170 renderer.render(
171 DsomeValuesFromRB 171 DsomeValuesFromRB
172 ) should "have a 'cycle' set of 48 elements" in { 172 ) should "have a 'cycle' set of 48 elements" ignore {
173 // Cycle introduces a new constant for each possible triple (the 173 // Cycle introduces a new constant for each possible triple (the
174 // order among triples is total). In this example there are 4 174 // order among triples is total). In this example there are 4
175 // concept names and R has 3 safe roles in its conflict set (S, T, 175 // concept names and R has 3 safe roles in its conflict set (S, T,
@@ -179,7 +179,7 @@ class Ontology1_CanonicalModelSpec
179 ontology.cycle(DsomeValuesFromRB) should have size 48 179 ontology.cycle(DsomeValuesFromRB) should have size 48
180 } 180 }
181 181
182 it should "produce 48 facts and 98 rules" in { 182 it should "produce 48 facts and 98 rules" ignore {
183 // Rule 1 provides 1 rule (split in 2) + 48 fact 183 // Rule 1 provides 1 rule (split in 2) + 48 fact
184 // Rule 2 provides 0 rules 184 // Rule 2 provides 0 rules
185 // Rule 3 provides 48 rule (split in 2) 185 // Rule 3 provides 48 rule (split in 2)
@@ -193,7 +193,7 @@ class Ontology1_CanonicalModelSpec
193 193
194 renderer.render( 194 renderer.render(
195 BsomeValuesFromSD 195 BsomeValuesFromSD
196 ) should "have a 'cycle' set of 32 elements" in { 196 ) should "have a 'cycle' set of 32 elements" ignore {
197 // Cycle introduces a new constant for each possible triple (the 197 // Cycle introduces a new constant for each possible triple (the
198 // order among triples is total). In this example there are 4 198 // order among triples is total). In this example there are 4
199 // concept names and S has 2 safe roles in its conflict set (R, 199 // concept names and S has 2 safe roles in its conflict set (R,
@@ -203,7 +203,7 @@ class Ontology1_CanonicalModelSpec
203 ontology.cycle(BsomeValuesFromSD) should have size 32 203 ontology.cycle(BsomeValuesFromSD) should have size 32
204 } 204 }
205 205
206 it should "produce 5 rules" in { 206 it should "produce 5 rules" ignore {
207 // Rule 1 provides 1 rule (split in 2) + 32 fact 207 // Rule 1 provides 1 rule (split in 2) + 32 fact
208 // Rule 2 provides 0 rules 208 // Rule 2 provides 0 rules
209 // Rule 3 provides 32 rule (split in 2) 209 // Rule 3 provides 32 rule (split in 2)