[svn-r23600] Bring revisions #23085 - #23341 from trunk to revise_chunks.

h5committested.
This commit is contained in:
Vailin Choi
2013-04-19 10:23:01 -05:00
parent 6ee0e05fb9
commit 14d8e1c2b5
316 changed files with 15372 additions and 6475 deletions

View File

@@ -57,7 +57,7 @@ IF (${TEST_EXPECT} STREQUAL "1")
IF (NOT ${TEST_RESULT} STREQUAL "0")
MESSAGE (FATAL_ERROR "Failed: The output of ${TEST_PROGRAM} did contain ${TEST_FILTER}")
ENDIF (NOT ${TEST_RESULT} STREQUAL "0")
ENDIF (${TEST_EXPECT} STREQUAL "0")
ENDIF (${TEST_EXPECT} STREQUAL "1")
# everything went fine...
MESSAGE ("Passed: The output of ${TEST_PROGRAM} matched")