File: disable-test

package info (click to toggle)
gap-polycyclic 2.16-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,668 kB
  • sloc: xml: 3,006; javascript: 154; makefile: 126
file content (16 lines) | stat: -rw-r--r-- 625 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: gap-polycyclic-2.16/tst/bugfix.tst
===================================================================
--- gap-polycyclic-2.16.orig/tst/bugfix.tst
+++ gap-polycyclic-2.16/tst/bugfix.tst
@@ -34,11 +34,6 @@ true
 gap> # Check for a bug reported 2012-01-19 by Robert Morse
 gap> g := PcGroupToPcpGroup(SmallGroup(48,1));
 Pcp-group with orders [ 2, 2, 2, 2, 3 ]
-gap> # The next two commands used to trigger errors
-gap> NonAbelianTensorSquare(Centre(g));
-Pcp-group with orders [ 8 ]
-gap> NonAbelianExteriorSquare(Centre(g));
-Pcp-group with orders [  ]
 
 #
 gap> # Check for a bug reported 2012-01-19 by Robert Morse