<h2> duration: <xsl:value-ofselect="floor($duration div 3600000)"/> h <xsl:value-ofselect="floor(($duration mod 3600000) div 3600000)"/> min <xsl:value-ofselect="floor((($duration mod (3600000)) mod (60000)) div 1000)"/> s <xsl:value-ofselect="floor($duration mod 1000)"/> ms</h2>
<h3>Input xml file name: <xsl:value-ofselect="/log:application/log:inputXmlFile"/></h3>
<spanclass="stateColor"><xsl:value-ofselect="floor($timeStateTotal div 3600000)"/> h <xsl:value-ofselect="floor(($timeStateTotal mod 3600000) div 3600000)"/> min <xsl:value-ofselect="floor((($timeStateTotal mod (3600000)) mod (60000)) div 1000)"/> s <xsl:value-ofselect="floor($timeStateTotal mod 1000)"/> (i.e. <xsl:value-ofselect="$timeStateTotal"/> ms)</span>
<spanclass="actionColor"><xsl:value-ofselect="floor($timeActionTotal div 3600000)"/> h <xsl:value-ofselect="floor(($timeActionTotal mod 3600000) div 3600000)"/> min <xsl:value-ofselect="floor((($timeActionTotal mod (3600000)) mod (60000)) div 1000)"/> s <xsl:value-ofselect="floor($timeActionTotal mod 1000)"/> (i.e. <xsl:value-ofselect="$timeActionTotal"/> ms)</span>
<xsl:value-ofselect="floor(($stateD mod 3600000) div 3600000)"/> min <xsl:value-ofselect="floor((($stateD mod (3600000)) mod (60000)) div 1000)"/> s <xsl:value-ofselect="floor($stateD mod 1000)"/> ms
<xsl:value-ofselect="floor(($transD mod 3600000) div 3600000)"/> min <xsl:value-ofselect="floor((($transD mod (3600000)) mod (60000)) div 1000)"/> s <xsl:value-ofselect="floor($transD mod 1000)"/> ms
<xsl:value-ofselect="floor(($transD mod 3600000) div 3600000)"/> min <xsl:value-ofselect="floor((($transD mod (3600000)) mod (60000)) div 1000)"/> s <xsl:value-ofselect="floor($transD mod 1000)"/> ms
message(FATAL_ERROR "${TEST_APPLICATION_ARG} not found.\n This means that automatic test applications were not installed during CamiTK SDK installation.")
message(FATAL_ERROR "${APP_NAME} not found.\n This means that automatic test applications were not installed during CamiTK SDK installation.")
endif()
else()
# in CamiTK CE build
...
...
@@ -88,7 +88,7 @@ macro(camitk_init_test)
# Assume the developer that is running the test suite compiled everything in Debug
set(APP_SUFFIX ${CAMITK_DEBUG_POSTFIX})
else()
# support multiplaform (sometimes the "Debug" type is all uppercase, as on Win32, sometimes it is Camelcase)
# support multiplaform (sometimes the "Debug" type is all uppercase, as on Win32, sometimes it is CamelCase)
message(FATAL_ERROR "${CAMITK_TEST_NAME}: (one or more) output file do(es) not match the corresponding expected file\nSee ${CAMITK_TEST_EXPECTED_FILE_OUTPUT_FILE} for more information")
message(FATAL_ERROR "${CAMITK_TEST_NAME}: (one or more) output file do(es) not match the corresponding expected file.\n${CAMITK_TEST_EXPECTED_FILE_OUTPUT}")