From cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 22 Apr 2025 11:14:06 +0200 Subject: Updated tests and added fixed =A to B32 output --- test/031_premove/premove_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/031_premove/premove_tests.c') diff --git a/test/031_premove/premove_tests.c b/test/031_premove/premove_tests.c index 07631c1..24773cd 100644 --- a/test/031_premove/premove_tests.c +++ b/test/031_premove/premove_tests.c @@ -12,7 +12,7 @@ void run(void) { fgets(movestr, STRLENMAX, stdin); move = readmove(movestr[0]) + readmodifier(movestr[1]); fgets(cubestr, STRLENMAX, stdin); - cube = readcube("H48", cubestr); + cube = readcube(cubestr); cube = premove(cube, move); @@ -21,7 +21,7 @@ void run(void) { } else if (!issolvable(cube)) { printf("Moved cube is not solvable\n"); } else { - writecube("H48", cube, NISSY_SIZE_H48, cubestr); + writecube(cube, NISSY_SIZE_CUBE, cubestr); printf("%s\n", cubestr); } } -- cgit v1.3