mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Revert "Update NSS to 3.35-RTM"
This reverts commit f1a0f0a56fdd0fc39f255174ce08c06b91c66c94.
This commit is contained in:
parent
5f958910dd
commit
9e32522120
388 changed files with 24887 additions and 43210 deletions
|
|
@ -78,14 +78,16 @@ test_list2(int argc, char *argv[])
|
|||
for (i = 0; i < size; i++)
|
||||
for (j = 9; j > i; j--) {
|
||||
PKIX_TEST_EXPECT_NO_ERROR(PKIX_List_GetItem(list, j, &obj, plContext));
|
||||
PKIX_TEST_EXPECT_NO_ERROR(PKIX_List_GetItem(list, j - 1,
|
||||
PKIX_TEST_EXPECT_NO_ERROR(PKIX_List_GetItem(list, j -
|
||||
1,
|
||||
&obj2, plContext));
|
||||
|
||||
PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_Object_Compare(obj, obj2, &cmpResult, plContext));
|
||||
if (cmpResult < 0) {
|
||||
/* Exchange the items */
|
||||
PKIX_TEST_EXPECT_NO_ERROR(PKIX_List_SetItem(list, j, obj2, plContext));
|
||||
PKIX_TEST_EXPECT_NO_ERROR(PKIX_List_SetItem(list, j - 1,
|
||||
PKIX_TEST_EXPECT_NO_ERROR(PKIX_List_SetItem(list, j -
|
||||
1,
|
||||
obj, plContext));
|
||||
}
|
||||
/* DecRef objects */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue