You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2011/03/22 01:23:14 UTC

svn commit: r1084039 - /pivot/trunk/tests/src/org/apache/pivot/tests/menu_bar_test.bxml

Author: smartini
Date: Tue Mar 22 00:23:14 2011
New Revision: 1084039

URL: http://svn.apache.org/viewvc?rev=1084039&view=rev
Log:
PIVOT-719, test case

Modified:
    pivot/trunk/tests/src/org/apache/pivot/tests/menu_bar_test.bxml

Modified: pivot/trunk/tests/src/org/apache/pivot/tests/menu_bar_test.bxml
URL: http://svn.apache.org/viewvc/pivot/trunk/tests/src/org/apache/pivot/tests/menu_bar_test.bxml?rev=1084039&r1=1084038&r2=1084039&view=diff
==============================================================================
--- pivot/trunk/tests/src/org/apache/pivot/tests/menu_bar_test.bxml (original)
+++ pivot/trunk/tests/src/org/apache/pivot/tests/menu_bar_test.bxml Tue Mar 22 00:23:14 2011
@@ -136,6 +136,14 @@ limitations under the License.
                         <Menu.Item buttonData="Medium" toggleButton="true" buttonGroup="$view"/>
                         <Menu.Item buttonData="Small" toggleButton="true" buttonGroup="$view"/>
                     </Menu.Section>
+                    <Menu.Section>
+                        <Menu.Item>
+                            <buttonData>
+                                <content:MenuItemData text="Refresh"
+                                    keyboardShortcut="F5"/>
+                            </buttonData>
+                        </Menu.Item>
+                    </Menu.Section>
                 </Menu>
             </MenuBar.Item>
 
@@ -162,4 +170,3 @@ limitations under the License.
         </Form>
     </Border>
 </Frame>
-