mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
@ -112,7 +112,7 @@ static void test_create_id(){
|
||||
|
||||
for(i=0; i<10; i++){
|
||||
create_id(buf, 0xf);
|
||||
ASSERT(strncmp(buf, "40000000", strlen("40000000")) == 0, buf);
|
||||
ASSERT(strncmp(buf, "50000000", strlen("50000000")) == 0, buf);
|
||||
ASSERT(buf[24] == '0' && buf[25] == 'f', buf);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user