Skip to content

Commit 075bb41

Browse files
wilfwilsonjames-d-mitchell
authored andcommitted
grahom.tst: temporarily comment two error-message tests (#195)
Resolves #193.
1 parent eb1904c commit 075bb41

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

tst/standard/grahom.tst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,16 @@ Error, the 7th argument (injective) must 0, 1, or 2, not -1
4848
gap> HomomorphismDigraphsFinder(gr1, gr2, fail, "a", infinity, 2, 1, 0, 0,
4949
> 0, 0);
5050
Error, the 8th argument (image) must be a list or fail, not integer
51-
gap> HomomorphismDigraphsFinder(gr1, gr2, fail, [], 1, 1, 1, [1, []], 0,
52-
> 0, 0);
53-
Error, the 8th argument (image) must only contain positive integers, but found\
54-
list (plain,empty) in position 2
55-
gap> HomomorphismDigraphsFinder(gr1, gr2, fail, [], 1, 1, 1, [[], []], 0,
56-
> 0, 0);
57-
Error, the 8th argument (image) must only contain positive integers, but found\
58-
list (plain,empty) in position 1
51+
52+
# Commented out due to difference in the rmessage for GAP 4.10 vs GAP 4.11
53+
#gap> HomomorphismDigraphsFinder(gr1, gr2, fail, [], 1, 1, 1, [1, []], 0,
54+
#> 0, 0);
55+
#Error, the 8th argument (image) must only contain positive integers, but found\
56+
# list (plain,empty) in position 2
57+
#gap> HomomorphismDigraphsFinder(gr1, gr2, fail, [], 1, 1, 1, [[], []], 0,
58+
#> 0, 0);
59+
#Error, the 8th argument (image) must only contain positive integers, but found\
60+
# list (plain,empty) in position 1
5961
gap> HomomorphismDigraphsFinder(gr1, gr2, fail, [], 1, 1, 1, [0, 1], 0, 0,
6062
> 0);
6163
Error, the 8th argument (image) must only contain positive integers, but found\

0 commit comments

Comments
 (0)