diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-21 11:31:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-21 11:31:42 +0000 |
commit | fed0688e98db626a035e35f21f29606cdc146d18 (patch) | |
tree | 0e67dae5defab553a0ed235c7f58b32efd55ff7e /testautomation/dbaccess/required | |
parent | 52496839484957dca4963921aebea6f316d7bdb3 (diff) |
INTEGRATION: CWS mscautotests (1.1.10); FILE MERGED
2008/07/09 10:07:07 msc 1.1.10.1: #i91506 remove qaerrorlog
Diffstat (limited to 'testautomation/dbaccess/required')
-rwxr-xr-x | testautomation/dbaccess/required/includes/ReportBuilder01.inc | 54 |
1 files changed, 2 insertions, 52 deletions
diff --git a/testautomation/dbaccess/required/includes/ReportBuilder01.inc b/testautomation/dbaccess/required/includes/ReportBuilder01.inc index 4ce19157a6a2..37aaf5f850d5 100755 --- a/testautomation/dbaccess/required/includes/ReportBuilder01.inc +++ b/testautomation/dbaccess/required/includes/ReportBuilder01.inc @@ -8,9 +8,9 @@ '* '* $RCSfile: ReportBuilder01.inc,v $ '* -'* $Revision: 1.1 $ +'* $Revision: 1.2 $ '* -'* last change: $Author: jsi $ $Date: 2008-06-16 07:43:45 $ +'* last change: $Author: obo $ $Date: 2008-07-21 12:31:42 $ '* '* This file is part of OpenOffice.org. '* @@ -61,11 +61,6 @@ end sub '------------------------------------------------------------------------- testcase tMainMenuBar - if(gPlatform = "x86" or gPlatform = "sol") then - warnlog "#88579# crash on closing report design" - goto endsub - endif - dim iCount as Integer '/// open Bibliography database @@ -244,11 +239,6 @@ endcase '------------------------------------------------------------------------- testcase tConditionalFormatingDialog - if(gPlatform = "x86" or gPlatform = "sol") then - warnlog "#88579# crash on closing report design" - goto endsub - endif - '/// open Bibliography database printlog "open Bibliography database" call fOpenDatabase(gOfficePath + ConvertPath("user/database/biblio.odb")) @@ -310,11 +300,6 @@ endcase '------------------------------------------------------------------------- testcase tExecuteReport - if(gPlatform = "x86" or gPlatform = "sol") then - warnlog "#88579# crash on closing report design" - goto endsub - endif - '/// open Bibliography database call fOpenDatabase(gOfficePath + ConvertPath("user/database/biblio.odb")) @@ -369,11 +354,6 @@ endcase '------------------------------------------------------------------------- testcase tPageNumber - if(gPlatform = "x86" or gPlatform = "sol") then - warnlog "#88579# crash on closing report design" - goto endsub - endif - '/// open Bibliography database printlog "open Bibliography database" call fOpenDatabase(gOfficePath + ConvertPath("user/database/biblio.odb")) @@ -424,11 +404,6 @@ endcase '------------------------------------------------------------------------- testcase tDateTime - if(gPlatform = "x86" or gPlatform = "sol") then - warnlog "#88579# crash on closing report design" - goto endsub - endif - '/// open Bibliography database printlog "open Bibliography database" call fOpenDatabase(gOfficePath + ConvertPath("user/database/biblio.odb")) @@ -480,11 +455,6 @@ endcase '------------------------------------------------------------------------- testcase tGroupingSorting - if(gPlatform = "x86" or gPlatform = "sol") then - warnlog "#88579# crash on closing report design" - goto endsub - endif - '/// open Bibliography database printlog "open Bibliography database" call fOpenDatabase(gOfficePath + ConvertPath("user/database/biblio.odb")) @@ -536,11 +506,6 @@ endcase '------------------------------------------------------------------------- testcase tReportNavigator - if(gPlatform = "x86" or gPlatform = "sol") then - warnlog "#88579# crash on closing report design" - goto endsub - endif - '/// open Bibliography database printlog "open Bibliography database" call fOpenDatabase(gOfficePath + ConvertPath("user/database/biblio.odb")) @@ -592,11 +557,6 @@ endcase '------------------------------------------------------------------------- testcase tReportHeaderFooter - if(gPlatform = "x86" or gPlatform = "sol") then - warnlog "#88579# crash on closing report design" - goto endsub - endif - '/// open Bibliography database printlog "open Bibliography database" call fOpenDatabase(gOfficePath + ConvertPath("user/database/biblio.odb")) @@ -679,11 +639,6 @@ endcase '------------------------------------------------------------------------- testcase tPageHeaderFooter - if(gPlatform = "x86" or gPlatform = "sol") then - warnlog "#88579# crash on closing report design" - goto endsub - endif - '/// open Bibliography database printlog "open Bibliography database" call fOpenDatabase(gOfficePath + ConvertPath("user/database/biblio.odb")) @@ -765,11 +720,6 @@ endcase '------------------------------------------------------------------------- testcase tEditReport - if(gPlatform = "x86" or gPlatform = "sol") then - warnlog "#88579# crash on closing report design" - goto endsub - endif - '/// open Bibliography database call fOpenDatabase(gOfficePath + ConvertPath("user/database/biblio.odb")) |