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/074_coord_esep/00_solved.in | 2 +- test/074_coord_esep/01_U.in | 2 +- test/074_coord_esep/02_U2.in | 2 +- test/074_coord_esep/20_scrambled.in | 2 +- test/074_coord_esep/21_swapaxis_FB.in | 2 +- test/074_coord_esep/22_swapaxis_RL.in | 2 +- test/074_coord_esep/23_swapaxis_UD.in | 2 +- test/074_coord_esep/coord_esep_tests.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'test/074_coord_esep') diff --git a/test/074_coord_esep/00_solved.in b/test/074_coord_esep/00_solved.in index dff224d..5aa6ba7 100644 --- a/test/074_coord_esep/00_solved.in +++ b/test/074_coord_esep/00_solved.in @@ -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/074_coord_esep/01_U.in b/test/074_coord_esep/01_U.in index b5b36ad..250d3a1 100644 --- a/test/074_coord_esep/01_U.in +++ b/test/074_coord_esep/01_U.in @@ -1 +1 @@ -UR0 UL0 DB0 DF0 UB0 UF0 DL0 DR0 FR0 FL0 BL0 BR0 UBR0 UFL0 DFL0 DBR0 UFR0 UBL0 DFR0 DBL0 +FECDABGH=EFCDBAGHIJKL=A diff --git a/test/074_coord_esep/02_U2.in b/test/074_coord_esep/02_U2.in index 316ad57..b14792e 100644 --- a/test/074_coord_esep/02_U2.in +++ b/test/074_coord_esep/02_U2.in @@ -1 +1 @@ -UB0 UF0 DB0 DF0 UL0 UR0 DL0 DR0 FR0 FL0 BL0 BR0 UBL0 UFR0 DFL0 DBR0 UBR0 UFL0 DFR0 DBL0 +BACDFEGH=BACDFEGHIJKL=A diff --git a/test/074_coord_esep/20_scrambled.in b/test/074_coord_esep/20_scrambled.in index 274d30b..cfe9ee4 100644 --- a/test/074_coord_esep/20_scrambled.in +++ b/test/074_coord_esep/20_scrambled.in @@ -1,3 +1,3 @@ -UL0 BL0 BR1 DL0 FR0 DF0 DB1 DR1 UB0 FL0 UF0 UR1 DFL0 UFR1 DBR1 UBR2 DBL2 DFR0 UFL1 UBL2 +CILVXGMR=FKbGIDSXBJAU=A // Scramble: U R D' L D' F L2 D L F B D2 B' L2 F U2 L2 D2 R2 L2 B' diff --git a/test/074_coord_esep/21_swapaxis_FB.in b/test/074_coord_esep/21_swapaxis_FB.in index d06e331..485925f 100644 --- a/test/074_coord_esep/21_swapaxis_FB.in +++ b/test/074_coord_esep/21_swapaxis_FB.in @@ -1 +1 @@ -FR0 BR0 BL0 FL0 UR0 UL0 DL0 DR0 DF0 UF0 UB0 DB0 UFR0 UBL0 DFL0 DBR0 UFL0 UBR0 DFR0 DBL0 +ABCDEFGH=ILKJEFGHDABC=A diff --git a/test/074_coord_esep/22_swapaxis_RL.in b/test/074_coord_esep/22_swapaxis_RL.in index cb1ea4e..7fa067f 100644 --- a/test/074_coord_esep/22_swapaxis_RL.in +++ b/test/074_coord_esep/22_swapaxis_RL.in @@ -1 +1 @@ -UF0 UB0 DB0 DF0 FR0 FL0 BL0 BR0 DR0 DL0 UL0 UR0 UFR0 UBL0 DFL0 DBR0 UFL0 UBR0 DFR0 DBL0 +ABCDEFGH=ABCDIJKLHGFE=A diff --git a/test/074_coord_esep/23_swapaxis_UD.in b/test/074_coord_esep/23_swapaxis_UD.in index 9c57408..3a1502b 100644 --- a/test/074_coord_esep/23_swapaxis_UD.in +++ b/test/074_coord_esep/23_swapaxis_UD.in @@ -1 +1 @@ -UR0 UL0 DL0 DR0 UB0 UF0 DF0 DB0 FR0 FL0 BL0 BR0 UFR0 UBL0 DFL0 DBR0 UFL0 UBR0 DFR0 DBL0 +ABCDEFGH=EFGHBADCIJKL=A diff --git a/test/074_coord_esep/coord_esep_tests.c b/test/074_coord_esep/coord_esep_tests.c index 134ab59..7c53c9a 100644 --- a/test/074_coord_esep/coord_esep_tests.c +++ b/test/074_coord_esep/coord_esep_tests.c @@ -8,7 +8,7 @@ void run(void) { int64_t result; fgets(str, STRLENMAX, stdin); - cube = readcube("H48", str); + cube = readcube(str); result = coord_esep(cube); -- cgit v1.3