summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-03-01 21:36:26 +0000
committerwtc%netscape.com <devnull@localhost>2000-03-01 21:36:26 +0000
commit52bffbd0f918d5af3ac5cd5bf7241bb4d7900c7d (patch)
treeb1cf08a7ec5ba66d1864d7ed95b01ed5a05415e4
parent5e0a0a4a5d1d2b9e592293387faf7d51b27dbf7e (diff)
downloadnspr-hg-52bffbd0f918d5af3ac5cd5bf7241bb4d7900c7d.tar.gz
Merged rev. 3.5 from the main trunk. (NSPRPUB_RELEASE_4_0_BRANCH)NSPRPUB_RELEASE_4_0_20000301NSPRPUB_RELEASE_4_0
-rw-r--r--pr/tests/tpd.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/pr/tests/tpd.c b/pr/tests/tpd.c
index 62166937..42180949 100644
--- a/pr/tests/tpd.c
+++ b/pr/tests/tpd.c
@@ -109,7 +109,6 @@ static void PR_CALLBACK Thread(void *null)
}
PrintProgress(__LINE__);
-#if !defined(DEBUG)
did = should = PR_FALSE;
for (keys = 4; keys < 8; ++keys)
{
@@ -117,7 +116,6 @@ static void PR_CALLBACK Thread(void *null)
MY_ASSERT(PR_FAILURE == rv);
}
PrintProgress(__LINE__);
-#endif
did = PR_FALSE; should = PR_TRUE;
for (keys = 0; keys < 4; ++keys)
@@ -214,7 +212,8 @@ static PRIntn PR_CALLBACK Tpd(PRIntn argc, char **argv)
}
PrintProgress(__LINE__);
-#if !defined(DEBUG)
+ for (keys = 4; keys < 8; ++keys)
+ key[keys] = 4096; /* set to invalid value */
did = should = PR_FALSE;
for (keys = 4; keys < 8; ++keys)
{
@@ -222,7 +221,6 @@ static PRIntn PR_CALLBACK Tpd(PRIntn argc, char **argv)
MY_ASSERT(PR_FAILURE == rv);
}
PrintProgress(__LINE__);
-#endif
did = PR_FALSE; should = PR_TRUE;
for (keys = 0; keys < 4; ++keys)