diff options
author | Aaron Brashears <aaronb@lindenlab.com> | 2008-12-18 01:30:09 +0000 |
---|---|---|
committer | Aaron Brashears <aaronb@lindenlab.com> | 2008-12-18 01:30:09 +0000 |
commit | 0a5c9731fd208dcd62b3c83e437b5d12adfc5605 (patch) | |
tree | c260541815c7ce8f8d033a0cc27e43f4c55eef7f /indra/test/llblowfish_tut.cpp | |
parent | a8d88418ce8d716df2d7b7eb94af8a04c81cb1ca (diff) |
Result of svn merge -r105061:106057 svn+ssh://svn/svn/user/phoenix/upgrade-tut into trunk. QAR-1074
Diffstat (limited to 'indra/test/llblowfish_tut.cpp')
-rw-r--r-- | indra/test/llblowfish_tut.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/test/llblowfish_tut.cpp b/indra/test/llblowfish_tut.cpp index 97ed2be760..5b956d7544 100644 --- a/indra/test/llblowfish_tut.cpp +++ b/indra/test/llblowfish_tut.cpp @@ -107,7 +107,7 @@ namespace tut ensure("encryption space 8", (dst_len == 16) ); #else - skip_fail("Blowfish only supported on Linux."); + skip("Blowfish only supported on Linux."); #endif // LL_LINUX } @@ -129,7 +129,7 @@ namespace tut ensure("encrypt null key", matchFile("blowfish.1.bin", result)); #else - skip_fail("Blowfish only supported on Linux."); + skip("Blowfish only supported on Linux."); #endif // LL_LINUX } @@ -152,7 +152,7 @@ namespace tut ensure("encrypt real key", matchFile("blowfish.2.bin", result)); #else - skip_fail("Blowfish only supported on Linux."); + skip("Blowfish only supported on Linux."); #endif // LL_LINUX } } |