Kaydet (Commit) c5f65c14 authored tarafından Thorsten Bosbach's avatar Thorsten Bosbach

#i116658# update issue ids and remove obsolete ones

üst 67dd442a
...@@ -346,7 +346,8 @@ testcase tWriterUIChangesTest7 ...@@ -346,7 +346,8 @@ testcase tWriterUIChangesTest7
Kontext "RubyDialog" Kontext "RubyDialog"
DialogClose.Click DialogClose.Click
Sleep 2 Sleep 2
QAErrorlog "#i40913# Something wrong in menu format/Ruby when Asian Language support is off" '#i40913#
warnlog "Something wrong in menu format/Ruby when Asian Language support is off"
catch catch
endcatch endcatch
end if end if
...@@ -398,25 +399,29 @@ testcase tWriterUIChangesTest8 ...@@ -398,25 +399,29 @@ testcase tWriterUIChangesTest8
try try
FormatChangeCaseHalfWidth FormatChangeCaseHalfWidth
QAErrorlog "#i43434# Something wrong in submenu format/change case -> Half width when Asian Language support is off" '#i43434#
warnlog "Something wrong in submenu format/change case -> Half width when Asian Language support is off"
catch catch
endcatch endcatch
try try
FormatChangeCaseFullWidth FormatChangeCaseFullWidth
QAErrorlog "#i43434# Something wrong in submenu format/change case -> Full width when Asian Language support is off" '#i43434#
warnlog "Something wrong in submenu format/change case -> Full width when Asian Language support is off"
catch catch
endcatch endcatch
try try
FormatChangeCaseHiragana FormatChangeCaseHiragana
QAErrorlog "#i43434# Something wrong in submenu format/change case -> Hiragana when Asian Language support is off" '#i43434#
warnlog "Something wrong in submenu format/change case -> Hiragana when Asian Language support is off"
catch catch
endcatch endcatch
try try
FormatChangeCaseKatagana FormatChangeCaseKatagana
QAErrorlog "#i43434# Something wrong in submenu format/change case -> Katagana when Asian Language support is off" '#i43434#
warnlog "Something wrong in submenu format/change case -> Katagana when Asian Language support is off"
catch catch
endcatch endcatch
end if end if
...@@ -740,4 +745,4 @@ function hSystemHasAsianLocale() as boolean ...@@ -740,4 +745,4 @@ function hSystemHasAsianLocale() as boolean
case else : hSystemHasAsianLocale() = false case else : hSystemHasAsianLocale() = false
end select end select
end function end function
\ No newline at end of file
...@@ -44,7 +44,8 @@ sub sToolsCustomizeKeyboardFunction ...@@ -44,7 +44,8 @@ sub sToolsCustomizeKeyboardFunction
for i = 0 to a for i = 0 to a
if ( i = 7 and gtSysName = "Solaris x86" ) then if ( i = 7 and gtSysName = "Solaris x86" ) then
qaerrorlog( "#i62423# Solaris: Crash when opening new database" ) '#i62423#
warnlog( "Solaris: Crash when opening new database" )
else else
gApplication = aApplication(i) gApplication = aApplication(i)
tToolsCustomizeKeyboardFunction(lList()) tToolsCustomizeKeyboardFunction(lList())
...@@ -87,6 +88,7 @@ testcase tToolsCustomizeKeyboardFunction(lList()) ...@@ -87,6 +88,7 @@ testcase tToolsCustomizeKeyboardFunction(lList())
dim i92080 as string dim i92080 as string
dim i96322 as string dim i96322 as string
dim i100037 as string dim i100037 as string
dim i115370 as string
i60617 = ".uno:ContinueNumbering" i60617 = ".uno:ContinueNumbering"
i43969 = ".uno:MacroOrganizer" i43969 = ".uno:MacroOrganizer"
...@@ -94,12 +96,13 @@ testcase tToolsCustomizeKeyboardFunction(lList()) ...@@ -94,12 +96,13 @@ testcase tToolsCustomizeKeyboardFunction(lList())
i80850 = ".uno:ToggleFormula.uno:AssignMacro" i80850 = ".uno:ToggleFormula.uno:AssignMacro"
i84982 = ".uno:FontDialogForParagraph" i84982 = ".uno:FontDialogForParagraph"
i84983 = ".uno:DBNewReportWithPreSelection" i84983 = ".uno:DBNewReportWithPreSelection"
i87950 = ".uno:DBMigrateScripts" i87950 = ".uno:DBMigrateScripts"
i87951 = ".uno:DeleteAllNotes.uno:DeleteAuthor.uno:DeleteNote.uno:HideAllNotes.uno:HideAuthor.uno:HideNote" i87951 = ".uno:DeleteAllNotes.uno:DeleteAuthor.uno:DeleteNote.uno:HideAllNotes.uno:HideAuthor.uno:HideNote"
i87952 = ".uno:InsertApplet" i87952 = ".uno:InsertApplet"
i92080 = ".uno:SaveGraphic" i92080 = ".uno:SaveGraphic"
i96322 = ".uno:ActivateStyleApply" i96322 = ".uno:ActivateStyleApply"
i100037 = ".uno:AcceptTracedChange, .uno:DeleteComment, .uno:RejectTracedChange, .uno:ReplyNote, .uno:TaskPaneInsertPage, .uno:ValidityReference" i100037 = ".uno:AcceptTracedChange, .uno:DeleteComment, .uno:RejectTracedChange, .uno:ReplyNote, .uno:TaskPaneInsertPage, .uno:ValidityReference"
i115370 = ".uno:TaskPaneInsertPage"
Call hNewDocument Call hNewDocument
sleep 2 sleep 2
...@@ -130,53 +133,8 @@ testcase tToolsCustomizeKeyboardFunction(lList()) ...@@ -130,53 +133,8 @@ testcase tToolsCustomizeKeyboardFunction(lList())
if (((mid(sTemp2,d+1,1)<>" ")AND(abs(asc(mid(sTemp2,d+1,1)))<128)) AND (abs(asc(mid(sTemp2,d-1,1)))<128))then if (((mid(sTemp2,d+1,1)<>" ")AND(abs(asc(mid(sTemp2,d+1,1)))<128)) AND (abs(asc(mid(sTemp2,d-1,1)))<128))then
listAppend(lList(),sTemp2) listAppend(lList(),sTemp2)
bErrorFound = false bErrorFound = false
if (inStr(i60617,sTemp2)>0) then if (inStr(i115370,sTemp2)>0) then
WarnLog "#i60617# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'" qaerrorlog "#i115370# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'"
bErrorFound = true
endif
if (inStr(sTemp2,i64346)>0) then
WarnLog "#i64346# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'"
bErrorFound = true
endif
if (inStr(i43969,sTemp2)>0) then
WarnLog "#i41265# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'"
bErrorFound = true
endif
if (inStr(i80850,sTemp2)>0) then
WarnLog "#i80850# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'"
bErrorFound = true
endif
if (inStr(i84982,sTemp2)>0) then
WarnLog "#i84982# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'"
bErrorFound = true
endif
if (inStr(i84983,sTemp2)>0) then
WarnLog "#i84983# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'"
bErrorFound = true
endif
if (inStr(i87950,sTemp2)>0) then
WarnLog "#i87950# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'"
bErrorFound = true
endif
if (inStr(i87951,sTemp2)>0) then
WarnLog "#i87951# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'"
bErrorFound = true
endif
if (inStr(i87952,sTemp2)>0) then
warnLog "#i87952# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'"
bErrorFound = true
endif
if (inStr(i92080,sTemp2)>0) then
WarnLog "#i92080# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'"
bErrorFound = true
endif
if (inStr(i96322,sTemp2)>0) then
WarnLog "#i96322# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'"
bErrorFound = true
endif
if (inStr(i100037,sTemp2)>0) then
WarnLog "#i100037# ("+c+"/"+a+"/"+b+"): Provide real Name for Function: '"+sTemp+"'::'"+sTemp2+"'"
bErrorFound = true bErrorFound = true
endif endif
if ( not bErrorFound ) then if ( not bErrorFound ) then
......
...@@ -176,7 +176,8 @@ testcase tLoadSaveGeneral ...@@ -176,7 +176,8 @@ testcase tLoadSaveGeneral
printlog( "Doctype: " & Dokumenttyp.getSelText() & " has filter: " & Filter.getSelText() ) printlog( "Doctype: " & Dokumenttyp.getSelText() & " has filter: " & Filter.getSelText() )
if Filter.GetSelIndex <> 3 then if Filter.GetSelIndex <> 3 then
warnlog( "#i79150# some options in Tools/Options->Load/Save->General are not saved" ) '#i79150#
warnlog( "Some options in Tools/Options->Load/Save->General are not saved" )
endif endif
next i next i
......
...@@ -85,7 +85,8 @@ testcase tOOoGeneral ...@@ -85,7 +85,8 @@ testcase tOOoGeneral
hToolsOptions ( "StarOffice", "General" ) hToolsOptions ( "StarOffice", "General" )
if Zweistellig.GetText <> "1950" then if Zweistellig.GetText <> "1950" then
Warnlog "#i29810# - Year ( 2 digits ) => changes not saved: " + Zweistellig.GetText '#i29810#
Warnlog "Year ( 2 digits ) => changes not saved: " + Zweistellig.GetText
endif endif
if not Aktivieren.IsChecked then if not Aktivieren.IsChecked then
...@@ -116,7 +117,8 @@ testcase tOOoGeneral ...@@ -116,7 +117,8 @@ testcase tOOoGeneral
hToolsOptions ( "StarOffice", "General" ) hToolsOptions ( "StarOffice", "General" )
if ( Zweistellig.GetText <> "1800" ) then if ( Zweistellig.GetText <> "1800" ) then
Warnlog( "#i29810# - Year ( 2 digits ) => changes not saved : " & Zweistellig.GetText() ) '#i29810#
Warnlog( "Year ( 2 digits ) => changes not saved : " & Zweistellig.GetText() )
endif endif
If DruckenStatus.IsChecked then If DruckenStatus.IsChecked then
......
...@@ -281,7 +281,8 @@ testcase tFilePassword ...@@ -281,7 +281,8 @@ testcase tFilePassword
if Passwort.isEnabled then if Passwort.isEnabled then
if NOT((instr(sTemp,gMathFilter) = 1)OR(instr(sTemp," (.sxm)") > 1)) then if NOT((instr(sTemp,gMathFilter) = 1)OR(instr(sTemp," (.sxm)") > 1)) then
if (4=i) then if (4=i) then
warnlog "#i112895# (" + i + "/" + x +"): '"+sTemp+"' Password Checkbox: Enabled" '#i112895#
warnlog "(" + i + "/" + x +"): '"+sTemp+"' Password Checkbox: Enabled"
else else
warnlog "(" + i + "/" + x +"): '"+sTemp+"' Password Checkbox: Enabled" warnlog "(" + i + "/" + x +"): '"+sTemp+"' Password Checkbox: Enabled"
endif endif
......
...@@ -408,7 +408,8 @@ testcase tToolsCatalog ...@@ -408,7 +408,8 @@ testcase tToolsCatalog
SymboleMath.close SymboleMath.close
catch catch
if ((2=i)AND(11=j))then if ((2=i)AND(11=j))then
warnlog "#i42011# Expected: Timeout on closing Tools->Catalog with this character. (" + i + "/" + iSymbolSets + ")(" + j + "/" + x(i) + ")" '#i42011#
warnlog "Expected: Timeout on closing Tools->Catalog with this character. (" + i + "/" + iSymbolSets + ")(" + j + "/" + x(i) + ")"
else else
warnlog "Not Expected! Timeout on closing Tools->Catalog with this character. (" + i + "/" + iSymbolSets + ")(" + j + "/" + x(i) + ")" warnlog "Not Expected! Timeout on closing Tools->Catalog with this character. (" + i + "/" + iSymbolSets + ")(" + j + "/" + x(i) + ")"
endif endif
...@@ -570,7 +571,8 @@ testcase tToolsCatalogNew ...@@ -570,7 +571,8 @@ testcase tToolsCatalogNew
try try
SymbolSet.select "TBOnewSymbolSet" SymbolSet.select "TBOnewSymbolSet"
catch catch
qaerrorlog "#i64504# Symbol set name is not saved on exiting OOo" 'i64504
qaerrorlog "Symbol set name is not saved on exiting OOo"
SymbolSet.select "" SymbolSet.select ""
endcatch endcatch
SymbolSet.setText "TBOnewSymbolSet" SymbolSet.setText "TBOnewSymbolSet"
......
...@@ -205,7 +205,8 @@ testcase tmFilePassword ...@@ -205,7 +205,8 @@ testcase tmFilePassword
if ( SpeichernDlg.exists( 2 ) ) then if ( SpeichernDlg.exists( 2 ) ) then
Dateiname.SetText Datei$ Dateiname.SetText Datei$
if (Passwort.IsChecked <> TRUE) then if (Passwort.IsChecked <> TRUE) then
Warnlog "#i36015# Password has to be checked! :-(" '#i36015#
Warnlog "Password has to be checked! :-("
Passwort.Check Passwort.Check
printlog "will be forced checked no!" printlog "will be forced checked no!"
endif endif
...@@ -255,7 +256,8 @@ testcase tmFilePassword ...@@ -255,7 +256,8 @@ testcase tmFilePassword
Kontext "SpeichernDlg" Kontext "SpeichernDlg"
Dateiname.SetText Datei$ Dateiname.SetText Datei$
if (Passwort.IsChecked <> TRUE) then if (Passwort.IsChecked <> TRUE) then
Warnlog "#i36015# Password has to be checked! :-(" '#i36015#
Warnlog "Password has to be checked! :-("
Passwort.Check Passwort.Check
printlog "will be forced checked no!" printlog "will be forced checked no!"
endif endif
......
...@@ -298,7 +298,8 @@ testcase tToolsExtensionManager ...@@ -298,7 +298,8 @@ testcase tToolsExtensionManager
ExtensionSoftwareLicenseAgreement.CANCEL ExtensionSoftwareLicenseAgreement.CANCEL
kontext kontext
if active.exists(5) then if active.exists(5) then
qaerrorlog "#i73307# Alzheimer feature extension licensing '" + active.getText + "'" '#i73307#
warnlog "Alzheimer feature extension licensing '" + active.getText + "'"
active.ok active.ok
endif endif
endif endif
......
...@@ -121,7 +121,8 @@ testcase tmHelpContents ...@@ -121,7 +121,8 @@ testcase tmHelpContents
Printlog "HelpAbout: '" + HelpAbout.GetItemCount +"'" Printlog "HelpAbout: '" + HelpAbout.GetItemCount +"'"
catch catch
Index.Click Index.Click
qaErrorLog "#i55563# Used Index Button" '#i55563#
warnlog "Used Index Button"
Printlog "HelpAbout: '" + HelpAbout.GetItemCount +"'" Printlog "HelpAbout: '" + HelpAbout.GetItemCount +"'"
endcatch endcatch
try try
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment