summaryrefslogtreecommitdiff
path: root/ACE/tests/UUID_Test.cpp
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-11-12 11:19:31 -0600
committerAdam Mitz <mitza@ociweb.com>2015-11-12 11:19:31 -0600
commitba6531d244b0ab03186baeecd0a49fa6f4a50295 (patch)
tree405b235f920c1b55b5654ea56b65524d2b085fad /ACE/tests/UUID_Test.cpp
parent74f5d92308ff3d0ae6012b2e4e4d3986c8ff5e8d (diff)
downloadATCD-ba6531d244b0ab03186baeecd0a49fa6f4a50295.tar.gz
Fixed fuzz checks and wchar build problems.
Diffstat (limited to 'ACE/tests/UUID_Test.cpp')
-rw-r--r--ACE/tests/UUID_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/UUID_Test.cpp b/ACE/tests/UUID_Test.cpp
index 69e21433d73..7585d6b173e 100644
--- a/ACE/tests/UUID_Test.cpp
+++ b/ACE/tests/UUID_Test.cpp
@@ -54,13 +54,13 @@ Tester::test (void)
-1);
// Check the hash value of the 2 UUIDs
-
+
if (new_uuid.hash () != new_uuid_assign.hash ())
ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("Error: hash value of UUIDs are ")
ACE_TEXT ("not the same")),
-1);
-
+
#else
const ACE_Utils::UUID &new_uuid = *uuid;
#endif