Skip to content

Commit cad021d

Browse files
committed
todo comment
1 parent fe57019 commit cad021d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/de/tilman_neumann/jml/quadraticResidues/QuadraticResiduesMod2PowNTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public static void setup() {
4242
}
4343

4444
@Test
45+
// TODO this test must be moved to another class because m=100 is not of the form 2^n
4546
public void testSetOfQuadraticResidues() {
4647
TreeSet<Long> quadraticResiduesMod100 = QuadraticResidues.getQuadraticResidues(100);
4748
LOG.info("m = 100 has " + quadraticResiduesMod100.size() + " quadratic residues: " + quadraticResiduesMod100);

0 commit comments

Comments
 (0)