aboutsummaryrefslogtreecommitdiff
path: root/test/081_getcube
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-22 11:14:06 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-22 11:14:06 +0200
commitcd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f (patch)
treef50ad0087e90e301240b6c93dcd267cbe49b282d /test/081_getcube
parent8b72e391c7185e3da0dfbf0ab60068ac37e4d5cc (diff)
downloadnissy-core-cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f.tar.gz
nissy-core-cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f.zip
Updated tests and added fixed =A to B32 output
Diffstat (limited to 'test/081_getcube')
-rw-r--r--test/081_getcube/00_solved_0.out2
-rw-r--r--test/081_getcube/02_scrambled.out2
-rw-r--r--test/081_getcube/getcube_tests.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/081_getcube/00_solved_0.out b/test/081_getcube/00_solved_0.out
index dff224d..5aa6ba7 100644
--- a/test/081_getcube/00_solved_0.out
+++ b/test/081_getcube/00_solved_0.out
@@ -1 +1 @@
UF0 UB0 DB0 DF0 UR0 UL0 DL0 DR0 FR0 FL0 BL0 BR0 UFR0 UBL0 DFL0 DBR0 UFL0 UBR0 DFR0 DBL0 ABCDEFGH=ABCDEFGHIJKL=A
diff --git a/test/081_getcube/02_scrambled.out b/test/081_getcube/02_scrambled.out
index 6a05bbc..4dfa7b7 100644
--- a/test/081_getcube/02_scrambled.out
+++ b/test/081_getcube/02_scrambled.out
@@ -1 +1 @@
FL0 DB0 UB1 FR0 UR0 DF0 UF0 BR1 UL1 BL1 DL0 DR0 DFR1 UFR1 UBR1 UFL2 DBR2 DFL0 DBL2 UBL0 OINUTCXB=JCRIEDAbVaGH=A
diff --git a/test/081_getcube/getcube_tests.c b/test/081_getcube/getcube_tests.c
index 46c324b..916c42b 100644
--- a/test/081_getcube/getcube_tests.c
+++ b/test/081_getcube/getcube_tests.c
@@ -23,7 +23,7 @@ void run(void) {
23 } else if (!isconsistent(cube)) { 23 } else if (!isconsistent(cube)) {
24 printf("Inconsistent cube\n"); 24 printf("Inconsistent cube\n");
25 } else { 25 } else {
26 writecube("H48", cube, NISSY_SIZE_H48, str); 26 writecube(cube, NISSY_SIZE_CUBE, str);
27 printf("%s\n", str); 27 printf("%s\n", str);
28 } 28 }
29} 29}

Generated with cgit - Back to sebastiano.tronto.net