summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/data/Basic/Standard/Global.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/smoketest/data/Basic/Standard/Global.xml b/smoketest/data/Basic/Standard/Global.xml
index 0afffcff95f9..6519c87fe953 100644
--- a/smoketest/data/Basic/Standard/Global.xml
+++ b/smoketest/data/Basic/Standard/Global.xml
@@ -123,10 +123,6 @@ Sub ClearAllText
call ClearStatus
end Sub
-Sub AssertionHandler( sMessage as String )
- LogTestResult( "assertion caught: " + sMessage, FALSE )
-End Sub
-
Sub Main
On Local Error Goto MainError
@@ -144,7 +140,6 @@ Sub Main
LocalTestLog% = OpenLogDat( GetLogFileName( gCurrentDocTest ) )
gCurrentTestCase = cTestClosureSetupDoc
- CaptureAssertions( "AssertionHandler" )
call SetGlobalDoc
@@ -184,7 +179,6 @@ Sub Main
gOutputDoc.setModified( bWasModified )
- CaptureAssertions( "" )
Exit Sub
MainError: