FC18: typo in test as test FC6 if test should do FC6 test
This commit is contained in:
parent
4d26ade723
commit
72b2bd1ab5
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ public class StenoNumberBase8Test {
|
||||||
@Test
|
@Test
|
||||||
public void testBASE8ChocoLargeFC6() throws Exception {
|
public void testBASE8ChocoLargeFC6() throws Exception {
|
||||||
List<Integer> out = new ArrayList<>();
|
List<Integer> out = new ArrayList<>();
|
||||||
FourCornerZion7Bereshit writer = FourCornerZionStenoGrapher.writerX18(out);
|
FourCornerZion7Bereshit writer = FourCornerZionStenoGrapher.writerX06(out);
|
||||||
writer.strobeNumberBASE8Choco(FCFlameFremanChocoBase8.CHOCO_0144, FCFlameNumberTaste.NUMBER_POSITIVE, new BigInteger("1393796574908163946345982392040522594123775", 10));
|
writer.strobeNumberBASE8Choco(FCFlameFremanChocoBase8.CHOCO_0144, FCFlameNumberTaste.NUMBER_POSITIVE, new BigInteger("1393796574908163946345982392040522594123775", 10));
|
||||||
String resX18 = FourCornerUnicodeDisplay.text().renderFromInt18(out);
|
String resX18 = FourCornerUnicodeDisplay.text().renderFromInt18(out);
|
||||||
Assertions.assertEquals("1393796574908163946345982392040522594123775", resX18);
|
Assertions.assertEquals("1393796574908163946345982392040522594123775", resX18);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue