summaryrefslogtreecommitdiff
path: root/indra/llkdu/tests
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-12-28 18:32:07 -0800
committerMerov Linden <merov@lindenlab.com>2010-12-28 18:32:07 -0800
commit5ed4046df5562d4a48a4cb42229f3eb8f59b669b (patch)
tree63be081cfb6c7c64983844d70ec78d09fadf0609 /indra/llkdu/tests
parentd83314ad3f497834bab53e37ccfafde720f2f2b7 (diff)
STORM-744 : Throw exception consistently so llkdu fails consistently
Diffstat (limited to 'indra/llkdu/tests')
-rw-r--r--indra/llkdu/tests/llimagej2ckdu_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp
index 10f4ceb9ef..b3c3da20e2 100644
--- a/indra/llkdu/tests/llimagej2ckdu_test.cpp
+++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp
@@ -219,7 +219,7 @@ namespace tut
{
LLImageJ2C* image = new LLImageJ2C();
BOOL res = mImage->callGetMetadata(*image);
- // Trying to set up a data stream with all NIL values will fail and return FALSE
+ // Trying to set up a data stream with all NIL values will throw an exception that will be caught and will return FALSE
ensure("getMetadata() test failed", res == FALSE);
}