summaryrefslogtreecommitdiff
path: root/testautomation/global/input/macros.txt
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-08-05 17:16:04 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-08-05 17:16:04 +0200
commitb980c014e3d19450a169347243c7609b63864b9a (patch)
treef74a8b7f338402c09462784f9d3b86eb1c292451 /testautomation/global/input/macros.txt
parent924eab5afc99b0b0ecfa76ac4606a058e0d67328 (diff)
parent7bbf7ff48ffcd5a6dcfc46c31d95df33c360e4ee (diff)
cws tl82: merge with DEV300_m86
Diffstat (limited to 'testautomation/global/input/macros.txt')
-rwxr-xr-xtestautomation/global/input/macros.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/global/input/macros.txt b/testautomation/global/input/macros.txt
index e0423fec3858..197b1b5ecebb 100755
--- a/testautomation/global/input/macros.txt
+++ b/testautomation/global/input/macros.txt
@@ -1,5 +1,5 @@
# This is a collection of BASIC macros that can cause Syntax errors, Exceptions,
-# Runtime Errors.
+# Runtime Errors. They are loaded in the test framework/optional/f_basic_issues.bas
# ---------------------------------------------------------------------------- #
@@ -39,7 +39,7 @@ end function
'# TTMacro1: This is a short testscript for automated testing!
sub main
- print( "Hello" )
+ print( "TTMacro1" )
end sub
@@ -163,7 +163,7 @@ End Sub
# ---------------------------------------------------------------------------- #
[i86265]
-' There should be no "Paramtheses do not match" warning
+' There should be no "Parantheses do not match" warning
OPTION EXPLICIT
Public Const cMAX = 256