summaryrefslogtreecommitdiff
path: root/testautomation/graphics/optional/d_export_graphic_a.bas
diff options
context:
space:
mode:
authorWolfram Garten [wg] <Wolfram.Garten@oracle.com>2010-11-08 14:00:34 +0100
committerWolfram Garten [wg] <Wolfram.Garten@oracle.com>2010-11-08 14:00:34 +0100
commit48c78c1397fad0e735f6bfeb6ac333b901dfe97f (patch)
treedce7b8c028d3b1656539e2cac0453ea3d9e18a76 /testautomation/graphics/optional/d_export_graphic_a.bas
parent2f44b7a74dcdafd9a879994ab6a3a81063bf1b7e (diff)
i115273,[Automation]: shift old documentation to new style using printlogs
Diffstat (limited to 'testautomation/graphics/optional/d_export_graphic_a.bas')
-rwxr-xr-x[-rw-r--r--]testautomation/graphics/optional/d_export_graphic_a.bas20
1 files changed, 10 insertions, 10 deletions
diff --git a/testautomation/graphics/optional/d_export_graphic_a.bas b/testautomation/graphics/optional/d_export_graphic_a.bas
index b5968240e024..45b5ef107409 100644..100755
--- a/testautomation/graphics/optional/d_export_graphic_a.bas
+++ b/testautomation/graphics/optional/d_export_graphic_a.bas
@@ -51,16 +51,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