From 0bcba4844f6ceb73e9e83f15126de3f598ee8a76 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Mon, 7 Sep 2009 21:15:28 +0000 Subject: [Author: alcor] Fix toolbar localizer test R=thomasvl DELTA=2780 (2767 added, 6 deleted, 7 changed) --- .../GTMUILocalizerWindow1State.10.4.gtmUTState | 343 +++++++++++++++++++++ .../TestData/GTMUILocalizerWindow1State.gtmUTState | 4 +- .../Resources/English.lproj/Localizable.strings | 2 + 3 files changed, 348 insertions(+), 1 deletion(-) create mode 100644 AppKit/TestData/GTMUILocalizerWindow1State.10.4.gtmUTState (limited to 'AppKit/TestData') diff --git a/AppKit/TestData/GTMUILocalizerWindow1State.10.4.gtmUTState b/AppKit/TestData/GTMUILocalizerWindow1State.10.4.gtmUTState new file mode 100644 index 0000000..015cb93 --- /dev/null +++ b/AppKit/TestData/GTMUILocalizerWindow1State.10.4.gtmUTState @@ -0,0 +1,343 @@ + + + + + $GTMArchive + GTMUnitTestingArchive + $GTMVersion + 1 + WindowContent + + ViewIsHidden + + ViewSubView 0 + + ButtonAlternateTitle + + ControlIsEnabled + + ControlSelectedCell + + CellState + 0 + CellTag + 0 + CellTitle + Localized Button + CellValue + 0 + + ControlTag + 0 + ControlType + NSButton + ControlValue + 0 + ViewIsHidden + + + ViewSubView 1 + + ButtonAlternateTitle + + ControlIsEnabled + + ControlSelectedCell + + CellState + 0 + CellTag + 0 + CellTitle + ^Button2 + CellValue + 0 + + ControlTag + 0 + ControlType + NSButton + ControlValue + 0 + ViewIsHidden + + + ViewSubView 2 + + TabItem 0 + + TabLabel + Localized Tab + TabView + + ViewIsHidden + + + + TabItem 1 + + TabLabel + ^Tab2 + TabView + + ViewIsHidden + + + + ViewIsHidden + + ViewSubView 0 + + ViewIsHidden + + + + ViewSubView 3 + + ControlIsEnabled + + ControlSelectedCell + + CellState + 0 + CellTag + 0 + CellTitle + Localized Label + CellValue + Localized Label + + ControlTag + 0 + ControlType + NSTextField + ControlValue + Localized Label + ViewIsHidden + + + ViewSubView 4 + + ControlIsEnabled + + ControlSelectedCell + + CellState + 0 + CellTag + 0 + CellTitle + ^Label2 + CellValue + ^Label2 + + ControlTag + 0 + ControlType + NSTextField + ControlValue + ^Label2 + ViewIsHidden + + + ViewSubView 5 + + ButtonAlternateTitle + + ControlIsEnabled + + ControlSelectedCell + + CellState + 1 + CellTag + 0 + CellTitle + Localized Item 2 + CellValue + 1 + + ControlTag + 0 + ControlType + NSPopUpButton + ControlValue + 1 + ViewIsHidden + + ViewMenu + + MenuItem 0 + + MenuItemIndentationLevel + 0 + MenuItemIsAlternate + + MenuItemIsEnabled + + MenuItemIsSeparator + + MenuItemKeyEquivalent + + MenuItemState + 0 + MenuItemTag + 0 + MenuItemTitle + Localized Item 1 + + MenuItem 1 + + MenuItemIndentationLevel + 0 + MenuItemIsAlternate + + MenuItemIsEnabled + + MenuItemIsSeparator + + MenuItemKeyEquivalent + + MenuItemState + 1 + MenuItemTag + 0 + MenuItemTitle + Localized Item 2 + + MenuTitle + OtherViews + + + ViewSubView 6 + + ButtonAlternateTitle + + ControlIsEnabled + + ControlSelectedCell + + CellState + 1 + CellTag + 0 + CellTitle + Localized Checkbox 1 + CellValue + 1 + + ControlTag + 0 + ControlType + NSButton + ControlValue + 1 + ViewIsHidden + + + ViewSubView 7 + + ButtonAlternateTitle + + ControlIsEnabled + + ControlSelectedCell + + CellState + 1 + CellTag + 0 + CellTitle + Localized Checkbox 2 + CellValue + 1 + + ControlTag + 0 + ControlType + NSButton + ControlValue + 1 + ViewIsHidden + + + ViewSubView 8 + + ControlIsEnabled + + ControlSelectedCell + + CellState + 1 + CellTag + 1 + CellTitle + Localized Radio 1 + CellValue + 1 + + ControlTag + 0 + ControlType + NSMatrix + ControlValue + 1 + MatrixAllowEmptySelection + + MatrixAutosizesCells + + MatrixCell 0 + + CellState + 1 + CellTag + 1 + CellTitle + Localized Radio 1 + CellValue + 1 + + MatrixCell 1 + + CellState + 0 + CellTag + 0 + CellTitle + Localized Radio 2 + CellValue + 0 + + MatrixCellPrototype + + CellState + 0 + CellTag + 0 + CellTitle + Radio + CellValue + 0 + + MatrixColumnCount + 1 + MatrixIntercellSpacing + {4, 2} + MatrixMode + 0 + MatrixRowCount + 2 + MatrixSelectionByRect + + ViewIsHidden + + + + WindowIsMain + + WindowIsVisible + + WindowTitle + Window + + diff --git a/AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState b/AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState index cd157f6..0331926 100644 --- a/AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState +++ b/AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState @@ -344,8 +344,10 @@ ToolbarItem 0 Label - + Localized Toolbar Item Label PaletteLabel + Localized Toolbar Item Palette Label + ToolTip diff --git a/AppKit/TestData/Resources/English.lproj/Localizable.strings b/AppKit/TestData/Resources/English.lproj/Localizable.strings index 8228d3f..006528e 100644 --- a/AppKit/TestData/Resources/English.lproj/Localizable.strings +++ b/AppKit/TestData/Resources/English.lproj/Localizable.strings @@ -21,6 +21,8 @@ "Label1" = "Localized Label"; "Tab1" = "Localized Tab"; "WindowTest" = "Localized Window"; +"ToolbarItemLabel" = "Localized Toolbar Item Label"; +"ToolbarItemPaletteLabel" = "Localized Toolbar Item Palette Label"; "MenuTest" = "Localized Menu"; "MenuItemTest" = "Localized Menu Item"; "Button" = "Localized Button"; -- cgit v1.2.3