summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-31 11:20:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-03-31 11:23:24 +0200
commit0015c9807f85fd8095e5f8e922b08f98ba5a9d6c (patch)
tree6798cd95274335e492e54cae7ad8a99dbf0b63a3 /smoketest
parent2fc50ff8bea6f64b367d44a1760b8dd9fb69a401 (diff)
Remove unused BASIC CaptureAssertions functionality
...that had originally been introduced to catch DBG_ASSERTs during smoketest, but since made effectively unused when basing DBG_ASSERT on the sal/log.hxx functionality, and obsoleted by the ongoing clean-up of using true assert where appliable. Change-Id: I2fb4f5d0873d29595b178057f83c1404c0085575
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( &quot;assertion caught: &quot; + 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( &quot;&quot; )
Exit Sub
MainError: