summaryrefslogtreecommitdiff
path: root/testautomation/graphics/optional/export_graphic_a.bas
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/graphics/optional/export_graphic_a.bas')
-rwxr-xr-xtestautomation/graphics/optional/export_graphic_a.bas20
1 files changed, 10 insertions, 10 deletions
diff --git a/testautomation/graphics/optional/export_graphic_a.bas b/testautomation/graphics/optional/export_graphic_a.bas
index 9dee4114b37f..1bd3149cf650 100755
--- a/testautomation/graphics/optional/export_graphic_a.bas
+++ b/testautomation/graphics/optional/export_graphic_a.bas
@@ -50,16 +50,16 @@ sub main
endif
Call sFileExport 'OBSERVE - This line must run before the following testcases!
- Call tEPS '///+- Encapsulated PostScript ///'
- Call tPCT '///+- Mac Pict ///'
- Call tPBM '///+- Portable Bitmap ///'
- Call tPGM '///+- Portable Graymap ///'
- Call tPPM '///+- Portable Pixelmap ///'
- Call tRAS '///+- Sun Raster Image ///'
- Call tTIFF '///+- Tagged Image File Format ///'
- Call tXPM '///+- X PixMap ///'
- Call tGIF '///+- Graphics Interchange Format ///'
- Call tJPEG '///+- Joint Photographic Experts Group ///'
+ Call tEPS 'Encapsulated PostScript
+ Call tPCT 'Mac Pict
+ Call tPBM 'Portable Bitmap
+ Call tPGM 'Portable Graymap
+ Call tPPM 'Portable Pixelmap
+ Call tRAS 'Sun Raster Image
+ Call tTIFF 'Tagged Image File Format
+ Call tXPM 'X PixMap
+ Call tGIF 'Graphics Interchange Format
+ Call tJPEG 'Joint Photographic Experts Group
Call hStatusOut
end sub