phoenix-firestorm/indra/test
Nat Goodspeed dcfc28890b Fix breaking indra/test/llpermissions_tut.cpp tests.
Certain tests of allowModifyBy(), allowCopyBy() and allowMoveBy() were
computing a bit-shifted S32 value and testing that the method return value
matched that specific bit. Whoever originally coded the test probably started
with allowModifyBy() == TRUE, but observed that it didn't work. Instead of
just testing for nonzero, in the spirit of BOOL, he then determined the
specific BOOL value (typedef for 'int') returned by each test so he could
still compare for equality. In other words, the tests were far too
knowledgeable about the method implementation. At some point these methods
were changed to return C++ standard 'bool' instead, so the internal
bit-masking operations got mapped to 'true' and 'false' anyway, making it
impossible for the original equality comparison to succeed. Fix tests
accordingly.
Use ensure_equals("msg", expr1, expr2) instead of ensure("msg", expr1 == expr2).
On failure, the former will report the actual mismatched values.
Remove other extraneous Microsoft-style "BOOL" usage (e.g. expr == TRUE).
2010-03-08 13:50:44 -05:00
..
CMakeLists.txt Resync indra/test's LD_LIBRARY_PATH with ADD_INTEGRATION_TEST 2009-12-03 12:00:20 -05:00
blowfish.1.bin
blowfish.2.bin
blowfish.digits.txt
blowfish.pl
debug.h DEV-32777: ensure that stack objects listening on persistent LLEventPumps get 2009-05-28 21:25:58 +00:00
io.cpp
llassetuploadqueue_tut.cpp
llblowfish_tut.cpp svn merge -r108815:112761 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.26 2009-02-25 21:02:17 +00:00
llbuffer_tut.cpp
lldatapacker_tut.cpp
lldoubledispatch_tut.cpp merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 2009-06-21 08:04:56 +00:00
llevents_tut.cpp DEV-43463: Keep LLEventPump's LLStandardSignal alive during post() 2009-11-30 12:57:45 -05:00
llhttpclient_tut.cpp Skip fragile (local ISP dependent) llhttpclient integration test. 2010-02-03 15:50:57 -05:00
llhttpdate_tut.cpp DEV-39537: Moved the toHTTPDateString tests into llhttpdate_tut.cpp, 2009-09-09 23:58:26 +00:00
llhttpnode_tut.cpp
lliohttpserver_tut.cpp
llmessageconfig_tut.cpp
llmessagetemplateparser_tut.cpp
llpermissions_tut.cpp Fix breaking indra/test/llpermissions_tut.cpp tests. 2010-03-08 13:50:44 -05:00
llpipeutil.cpp
llpipeutil.h
llsaleinfo_tut.cpp merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 2009-06-21 08:04:56 +00:00
llscriptresource_tut.cpp merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 2009-06-21 08:04:56 +00:00
llsd_new_tut.cpp
llsdmessagebuilder_tut.cpp Merged latest viewer/viewer-20 into login-api. 2009-09-18 15:22:25 -04:00
llsdmessagereader_tut.cpp DEV-27646 dll linkage for login module. 2009-05-22 23:27:16 +00:00
llsdtraits.h
llsdutil_tut.cpp Reconcile llsdutil_tut.cpp with Kent's LLSD API change 2009-12-03 11:58:38 -05:00
llservicebuilder_tut.cpp
llstreamtools_tut.cpp
lltemplatemessagebuilder_tut.cpp
lltimestampcache_tut.cpp merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 2009-06-21 08:04:56 +00:00
lltranscode_tut.cpp merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 2009-06-21 08:04:56 +00:00
lltut.cpp svn merge -r113003:119136 svn+ssh://svn.lindenlab.com/svn/linden/branches/login-api/login-api-2 svn+ssh://svn.lindenlab.com/svn/linden/branches/login-api/login-api-3 2009-05-11 20:05:46 +00:00
lltut.h merge from latest svn/viewer-2-0 to hg/viewer-2-0 2009-10-16 16:42:45 -07:00
lluserrelations_tut.cpp
lluuidhashmap_tut.cpp
llxorcipher_tut.cpp
message_tut.cpp
mock_http_client.cpp
mock_http_client.h
prim_linkability_tut.cpp
test.cpp merge from latest svn/viewer-2-0 to hg/viewer-2-0 2009-10-16 16:42:45 -07:00
test.h merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 2009-06-21 08:04:56 +00:00
test_llmanifest.py