You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/12/31 02:43:06 UTC

svn commit: r894753 - in /incubator/pivot/trunk: tests/src/org/ tests/src/org/apache/ tests/src/org/apache/pivot/ tests/src/org/apache/pivot/tests/ tests/src/org/apache/pivot/wtk/ tests/src/org/apache/pivot/wtk/tests/ tests/src/org/apache/pivot/wtk/tes...

Author: gbrown
Date: Thu Dec 31 01:42:55 2009
New Revision: 894753

URL: http://svn.apache.org/viewvc?rev=894753&view=rev
Log:
Move integration tests to their own project.

Added:
    incubator/pivot/trunk/tests/src/org/
    incubator/pivot/trunk/tests/src/org/apache/
    incubator/pivot/trunk/tests/src/org/apache/pivot/
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/AccordionTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/AccordionTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ActionMappingTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ActionMappingTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ApplicationHandlerTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ApplicationHandlerTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BaselineTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BaselineTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BindableTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BindableTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BindableWindow.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BindableWindow.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BorderTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BorderTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ButtonGroupTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ButtonGroupTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CalendarTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CalendarTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CardPaneTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CardPaneTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CheckedListViewTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CheckedListViewTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ColorListButtonTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ColorListButtonTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ContextMenuTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ContextMenuTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/DragDropTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DragDropTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/DrawingTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DrawingTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ExpanderTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ExpanderTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/FormTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FormTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/GridPaneTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/GridPaneTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/IMG_0735_2.jpg
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IMG_0735_2.jpg
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/IMG_0767_2.jpg
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IMG_0767_2.jpg
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/IMG_1147.jpg
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IMG_1147.jpg
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/IterationTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IterationTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/LabelTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LabelTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/LinkButtonTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LinkButtonTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewSelectionTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewTest2.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest2.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/MenuBarTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/MenuBarTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/NativeDragDropTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/NativeDragDropTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/PanoramaTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PanoramaTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/PushButtonTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PushButtonTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ResolveTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ResolveTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ResolveTest.json
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ResolveTest.json
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SheetTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SheetTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ShutdownTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ShutdownTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SliderTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SliderTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SpinnerFocusTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SpinnerFocusTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SplitPaneTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SplitPaneTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TablePaneTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TablePaneTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TableViewTest2.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TableViewTest2.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TagDecoratorTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TagDecoratorTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TextInputValidatorTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TextInputValidatorTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WatermarkDecoratorTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WatermarkDecoratorTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WindowFocusTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowFocusTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WindowTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/accordion_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/accordion_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/action_mapping_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/action_mapping_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/activity.wtkd
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/activity.wtkd
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/activity_indicator_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/activity_indicator_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/advanced_baseline_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/advanced_baseline_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/anchor.png
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/anchor.png
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/application_handler_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/application_handler_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/applications-games.png
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/applications-games.png
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/baseline_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/baseline_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/bell.png
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/bell.png
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/bindable_test.wtkx
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/bindable_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/border_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/border_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/calendar_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/calendar_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/card_pane_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/card_pane_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/chinese_characters_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/chinese_characters_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/clock.png
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/clock.png
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/color_chooser_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/color_chooser_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/color_list_button_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/color_list_button_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/context_menu_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/context_menu_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/cup.png
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/cup.png
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/drawing_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/drawing_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/expander_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/expander_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/flow_pane_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/flow_pane_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/font_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/font_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/form_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/form_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/go-home.png
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/go-home.png
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/gridpane_test.wtkx
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/gridpane_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/house.png
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/house.png
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/image_view_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/image_view_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/include_test.content.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/include_test.content.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/include_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/include_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/label_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/label_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/layout_cache_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/layout_cache_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/listview_test2.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/listview_test2.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/menu_bar_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/menu_bar_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/paint_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/paint_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/panel_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/panel_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/panorama_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/panorama_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/preferred_aspect_ratio_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/preferred_aspect_ratio_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/resolve_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/resolve_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/sample_drawing.wtkd
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/sample_drawing.wtkd
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/sample_drawing.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/sample_drawing.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/script_application_test.frame.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/script_application_test.frame.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/script_application_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/script_application_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/slider_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/slider_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/spinner_focus_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/spinner_focus_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/splitpane_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/splitpane_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/star.png
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/star.png
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/table_pane_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/table_pane_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/table_view_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/table_view_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/table_view_test2.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/table_view_test2.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/textInputValidator_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/textInputValidator_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/text_input_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/text_input_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/watermark_decorator_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/watermark_decorator_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/weather-few-clouds-32x32.png
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/weather-few-clouds-32x32.png
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/DocumentAdapter.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/DocumentAdapter.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/ElementAdapter.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/ElementAdapter.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/IMG_0767_2.jpg
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/IMG_0767_2.jpg
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/NodeAdapter.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapter.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/NodeAdapterRenderer.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapterRenderer.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/TextAreaTest.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextAreaTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/TextNodeAdapter.java
      - copied, changed from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextNodeAdapter.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/document.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/document.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/text_area_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/text_area_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/unconstrained_text_area_test.wtkx
      - copied unchanged from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/unconstrained_text_area_test.wtkx
Removed:
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/AccordionTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ActionMappingTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ApplicationHandlerTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BaselineTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BindableTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BindableWindow.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BorderTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ButtonGroupTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CalendarTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CardPaneTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CheckedListViewTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ColorListButtonTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ContextMenuTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DragDropTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DrawingTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ExpanderTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FormTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/GridPaneTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IMG_0735_2.jpg
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IMG_0767_2.jpg
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IMG_1147.jpg
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IterationTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LabelTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LinkButtonTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest2.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/MenuBarTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/NativeDragDropTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PanoramaTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PushButtonTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ResolveTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ResolveTest.json
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SheetTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ShutdownTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SliderTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SpinnerFocusTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SplitPaneTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TablePaneTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TableViewTest2.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TagDecoratorTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TextInputValidatorTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WatermarkDecoratorTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowFocusTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/accordion_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/action_mapping_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/activity.wtkd
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/activity_indicator_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/advanced_baseline_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/anchor.png
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/application_handler_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/applications-games.png
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/baseline_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/bell.png
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/bindable_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/border_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/calendar_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/card_pane_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/chinese_characters_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/clock.png
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/color_chooser_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/color_list_button_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/context_menu_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/cup.png
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/drawing_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/expander_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/flow_pane_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/font_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/form_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/go-home.png
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/gridpane_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/house.png
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/image_view_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/include_test.content.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/include_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/label_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/layout_cache_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/listview_test2.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/menu_bar_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/paint_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/panel_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/panorama_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/preferred_aspect_ratio_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/resolve_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/sample_drawing.wtkd
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/sample_drawing.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/script_application_test.frame.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/script_application_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/slider_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/spinner_focus_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/splitpane_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/star.png
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/table_pane_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/table_view_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/table_view_test2.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/textInputValidator_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/text_input_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/watermark_decorator_test.wtkx
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/weather-few-clouds-32x32.png
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/AccordionTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/AccordionTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/AccordionTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/AccordionTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/AccordionTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/AccordionTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/AccordionTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ActionMappingTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ActionMappingTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ActionMappingTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ActionMappingTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ActionMappingTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ActionMappingTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ActionMappingTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Action;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ApplicationHandlerTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ApplicationHandlerTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ApplicationHandlerTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ApplicationHandlerTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ApplicationHandlerTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ApplicationHandlerTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ApplicationHandlerTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BaselineTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BaselineTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BaselineTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BaselineTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BaselineTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BaselineTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BaselineTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;
@@ -31,7 +31,7 @@
     public void startup(Display display, Map<String, String> properties) throws Exception {
         WTKXSerializer wtkxSerializer = new WTKXSerializer();
         frame = new Frame((Component)wtkxSerializer.readObject(getClass().getResource("baseline_test.wtkx")));
-        frame.setTitle("Form Test");
+        frame.setTitle("Baseline Test");
         // frame.setPreferredSize(480, 360);
         frame.open(display);
     }

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BindableTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BindableTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BindableTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BindableTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BindableTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BindableTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BindableTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BindableWindow.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BindableWindow.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BindableWindow.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BindableWindow.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BindableWindow.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BindableWindow.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BindableWindow.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.wtk.Label;
 import org.apache.pivot.wtk.Window;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BorderTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BorderTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BorderTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BorderTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BorderTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BorderTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/BorderTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ButtonGroupTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ButtonGroupTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ButtonGroupTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ButtonGroupTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ButtonGroupTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ButtonGroupTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ButtonGroupTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CalendarTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CalendarTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CalendarTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CalendarTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CalendarTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CalendarTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CalendarTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.util.CalendarDate;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CardPaneTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CardPaneTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CardPaneTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CardPaneTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CardPaneTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CardPaneTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CardPaneTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.util.Vote;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CheckedListViewTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CheckedListViewTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CheckedListViewTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CheckedListViewTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CheckedListViewTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CheckedListViewTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/CheckedListViewTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.List;
 import org.apache.pivot.collections.Map;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ColorListButtonTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ColorListButtonTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ColorListButtonTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ColorListButtonTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ColorListButtonTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ColorListButtonTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ColorListButtonTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ContextMenuTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ContextMenuTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ContextMenuTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ContextMenuTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ContextMenuTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ContextMenuTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ContextMenuTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/DragDropTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DragDropTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/DragDropTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/DragDropTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DragDropTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DragDropTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/DragDropTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import java.awt.Color;
 import java.io.IOException;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/DrawingTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DrawingTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/DrawingTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/DrawingTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DrawingTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DrawingTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/DrawingTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ExpanderTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ExpanderTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ExpanderTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ExpanderTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ExpanderTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ExpanderTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ExpanderTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/FormTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FormTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/FormTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/FormTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FormTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FormTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/FormTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/GridPaneTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/GridPaneTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/GridPaneTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/GridPaneTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/GridPaneTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/GridPaneTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/GridPaneTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/IterationTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IterationTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/IterationTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/IterationTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IterationTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IterationTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/IterationTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 public class IterationTest {
     public static void main(String[] args) {

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/LabelTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LabelTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/LabelTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/LabelTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LabelTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LabelTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/LabelTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/LinkButtonTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LinkButtonTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/LinkButtonTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/LinkButtonTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LinkButtonTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LinkButtonTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/LinkButtonTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewSelectionTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewSelectionTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewSelectionTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewSelectionTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.ArrayList;
 import org.apache.pivot.collections.List;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.ArrayList;
 import org.apache.pivot.collections.List;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewTest2.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest2.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewTest2.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewTest2.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest2.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest2.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ListViewTest2.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/MenuBarTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/MenuBarTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/MenuBarTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/MenuBarTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/MenuBarTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/MenuBarTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/MenuBarTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/NativeDragDropTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/NativeDragDropTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/NativeDragDropTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/NativeDragDropTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/NativeDragDropTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/NativeDragDropTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/NativeDragDropTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import java.awt.Font;
 import java.io.IOException;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/PanoramaTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PanoramaTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/PanoramaTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/PanoramaTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PanoramaTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PanoramaTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/PanoramaTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/PushButtonTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PushButtonTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/PushButtonTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/PushButtonTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PushButtonTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PushButtonTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/PushButtonTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ResolveTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ResolveTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ResolveTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ResolveTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ResolveTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ResolveTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ResolveTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.util.Resources;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SheetTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SheetTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SheetTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SheetTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SheetTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SheetTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SheetTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.ArrayList;
 import org.apache.pivot.collections.Map;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ShutdownTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ShutdownTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ShutdownTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ShutdownTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ShutdownTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ShutdownTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/ShutdownTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.ArrayList;
 import org.apache.pivot.collections.Map;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SliderTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SliderTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SliderTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SliderTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SliderTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SliderTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SliderTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SpinnerFocusTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SpinnerFocusTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SpinnerFocusTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SpinnerFocusTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SpinnerFocusTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SpinnerFocusTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SpinnerFocusTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Action;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SplitPaneTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SplitPaneTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SplitPaneTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SplitPaneTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SplitPaneTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SplitPaneTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/SplitPaneTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TablePaneTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TablePaneTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TablePaneTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TablePaneTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TablePaneTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TablePaneTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TablePaneTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TableViewTest2.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TableViewTest2.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TableViewTest2.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TableViewTest2.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TableViewTest2.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TableViewTest2.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TableViewTest2.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TagDecoratorTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TagDecoratorTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TagDecoratorTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TagDecoratorTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TagDecoratorTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TagDecoratorTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TagDecoratorTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TextInputValidatorTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TextInputValidatorTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TextInputValidatorTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TextInputValidatorTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TextInputValidatorTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TextInputValidatorTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/TextInputValidatorTest.java Thu Dec 31 01:42:55 2009
@@ -11,7 +11,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WatermarkDecoratorTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WatermarkDecoratorTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WatermarkDecoratorTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WatermarkDecoratorTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WatermarkDecoratorTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WatermarkDecoratorTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WatermarkDecoratorTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WindowFocusTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowFocusTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WindowFocusTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WindowFocusTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowFocusTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowFocusTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WindowFocusTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.wtk.Application;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WindowTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WindowTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WindowTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/WindowTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.test;
+package org.apache.pivot.tests;
 
 import java.awt.Color;
 

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/bindable_test.wtkx (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/bindable_test.wtkx)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/bindable_test.wtkx?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/bindable_test.wtkx&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/bindable_test.wtkx&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/bindable_test.wtkx (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/bindable_test.wtkx Thu Dec 31 01:42:55 2009
@@ -16,11 +16,11 @@
 limitations under the License.
 -->
 
-<test:BindableWindow title="Bindable Test" maximized="true"
+<tests:BindableWindow title="Bindable Test" maximized="true"
     xmlns:wtkx="http://pivot.apache.org/wtkx"
-    xmlns:test="org.apache.pivot.wtk.test"
+    xmlns:tests="org.apache.pivot.tests"
     xmlns="org.apache.pivot.wtk">
     <content>
         <Label wtkx:id="label" styles="{horizontalAlignment:'center', verticalAlignment:'center'}"/>
     </content>
-</test:BindableWindow>
+</tests:BindableWindow>

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/gridpane_test.wtkx (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/gridpane_test.wtkx)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/gridpane_test.wtkx?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/tests/gridpane_test.wtkx&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/gridpane_test.wtkx&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/gridpane_test.wtkx (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/gridpane_test.wtkx Thu Dec 31 01:42:55 2009
@@ -20,11 +20,9 @@
     xmlns:wtkx="http://pivot.apache.org/wtkx"
     xmlns="org.apache.pivot.wtk">
     <content>
-        <GridPane styles="{padding:6, verticalSpacing:8, horizontalSpacing:4, showHorizontalGridLines:true, showVerticalGridLines:true}">
-            <columns>
-                <GridPane.Column/>
-                <GridPane.Column/>
-            </columns>
+        <GridPane columnCount="2" 
+            styles="{padding:6, verticalSpacing:8, horizontalSpacing:4,
+                showHorizontalGridLines:true, showVerticalGridLines:true}">
             <rows>
                 <GridPane.Row>
                     <PushButton buttonData="One"/>

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/DocumentAdapter.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/DocumentAdapter.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/DocumentAdapter.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/DocumentAdapter.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/DocumentAdapter.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/DocumentAdapter.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/DocumentAdapter.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.text.test;
+package org.apache.pivot.wtk.tests.text;
 
 import org.apache.pivot.wtk.text.Document;
 

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/ElementAdapter.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/ElementAdapter.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/ElementAdapter.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/ElementAdapter.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/ElementAdapter.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/ElementAdapter.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/ElementAdapter.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.text.test;
+package org.apache.pivot.wtk.tests.text;
 
 import java.util.Comparator;
 import java.util.Iterator;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/NodeAdapter.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapter.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/NodeAdapter.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/NodeAdapter.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapter.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapter.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/NodeAdapter.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.text.test;
+package org.apache.pivot.wtk.tests.text;
 
 import org.apache.pivot.wtk.text.Element;
 import org.apache.pivot.wtk.text.Node;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/NodeAdapterRenderer.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapterRenderer.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/NodeAdapterRenderer.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/NodeAdapterRenderer.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapterRenderer.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapterRenderer.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/NodeAdapterRenderer.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.text.test;
+package org.apache.pivot.wtk.tests.text;
 
 import java.awt.Color;
 import java.awt.Font;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/TextAreaTest.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextAreaTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/TextAreaTest.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/TextAreaTest.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextAreaTest.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextAreaTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/TextAreaTest.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.text.test;
+package org.apache.pivot.wtk.tests.text;
 
 import org.apache.pivot.collections.Map;
 import org.apache.pivot.collections.Sequence;

Copied: incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/TextNodeAdapter.java (from r894751, incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextNodeAdapter.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/TextNodeAdapter.java?p2=incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/TextNodeAdapter.java&p1=incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextNodeAdapter.java&r1=894751&r2=894753&rev=894753&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextNodeAdapter.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/wtk/tests/text/TextNodeAdapter.java Thu Dec 31 01:42:55 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.pivot.wtk.text.test;
+package org.apache.pivot.wtk.tests.text;
 
 import org.apache.pivot.wtk.text.TextNode;
 import org.apache.pivot.wtk.text.TextNodeListener;