diff options
author | Wolfram Garten [wg] <Wolfram.Garten@oracle.com> | 2011-02-21 11:15:57 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-04-21 21:15:59 +0200 |
commit | 38dbeb58969d9c5a5747fac68b1f62529f48f5f9 (patch) | |
tree | f5c1dfa8e5fbe58ebd1eeb93b22f837734fa8aae /testautomation | |
parent | eb90f67b5df4af94adfc098dd50c948c701a5ca6 (diff) |
i117035: [Automation] adapt automated testscripts to new export format svg
Diffstat (limited to 'testautomation')
-rw-r--r-- | testautomation/graphics/optional/d_export_graphic_a.bas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testautomation/graphics/optional/d_export_graphic_a.bas b/testautomation/graphics/optional/d_export_graphic_a.bas index 45b5ef107409..ebe35387d000 100644 --- a/testautomation/graphics/optional/d_export_graphic_a.bas +++ b/testautomation/graphics/optional/d_export_graphic_a.bas @@ -61,6 +61,7 @@ sub main Call tXPM 'X PixMap Call tGIF 'Graphics Interchange Format Call tJPEG 'Joint Photographic Experts Group + Call tSVG 'Scalable Vector Graphics Call hStatusOut end sub |