Explorar o código

Add Testcase for #627

Signed-off-by: Steffen Jaeckel <[email protected]>
Steffen Jaeckel %!s(int64=2) %!d(string=hai) anos
pai
achega
dc883ea0ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/der_test.c

+ 1 - 1
tests/der_test.c

@@ -1097,7 +1097,7 @@ static int der_choice_n_custom_test(void)
    for (x = 0; x < sizeof(ia5buf); x++)   { ia5buf[x]   = 'a';   }
    for (x = 0; x < sizeof(printbuf); x++) { printbuf[x] = 'a';   }
    for (x = 0; x < sizeof(utf8buf)/sizeof(utf8buf[0]); x++) { utf8buf[x] = L'a';   }
-   integer = 1;
+   integer = 10000;
    boolean[0] = 1;
    for (x = 0; x < sizeof(oidbuf)/sizeof(oidbuf[0]); x++)   { oidbuf[x] = x + 1;   }
    DO(mp_init(&mpinteger));