diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-09-08 06:48:57 +0000 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-09-08 06:48:57 +0000 |
commit | bf381142427e929743838e5b88d672ef433d509b (patch) | |
tree | e9f1d64e3150254d118f7f8b4deb7a5e1cb39802 /tests/src | |
parent | 1f08e1396381d9a717ad673cacb6724209401a14 (diff) | |
download | vaadin-framework-bf381142427e929743838e5b88d672ef433d509b.tar.gz vaadin-framework-bf381142427e929743838e5b88d672ef433d509b.zip |
Removed &debug from some test script urls
svn changeset:20914/svn branch:6.7
Diffstat (limited to 'tests/src')
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/src/com/vaadin/tests/components/combobox/ComboBoxCombinedWithEnterShortcut.html b/tests/src/com/vaadin/tests/components/combobox/ComboBoxCombinedWithEnterShortcut.html index 13bd3605b3..1689c7c1fc 100644 --- a/tests/src/com/vaadin/tests/components/combobox/ComboBoxCombinedWithEnterShortcut.html +++ b/tests/src/com/vaadin/tests/components/combobox/ComboBoxCombinedWithEnterShortcut.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.components.combobox.ComboBoxCombinedWithEnterShortcut?debug&restartApplication</td> + <td>/run/com.vaadin.tests.components.combobox.ComboBoxCombinedWithEnterShortcut?restartApplication</td> <td></td> </tr> <tr> diff --git a/tests/src/com/vaadin/tests/components/combobox/ComboBoxSuggestionOnDetach.html b/tests/src/com/vaadin/tests/components/combobox/ComboBoxSuggestionOnDetach.html index 838c9cac1b..ba251e5cc0 100644 --- a/tests/src/com/vaadin/tests/components/combobox/ComboBoxSuggestionOnDetach.html +++ b/tests/src/com/vaadin/tests/components/combobox/ComboBoxSuggestionOnDetach.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.components.combobox.ComboBoxSuggestionOnDetach?restartApplication&debug</td> + <td>/run/com.vaadin.tests.components.combobox.ComboBoxSuggestionOnDetach?restartApplication</td> <td></td> </tr> <tr> diff --git a/tests/src/com/vaadin/tests/components/table/ActionsOnTableBackground.html b/tests/src/com/vaadin/tests/components/table/ActionsOnTableBackground.html index 5e5b7680a3..93037c3da1 100644 --- a/tests/src/com/vaadin/tests/components/table/ActionsOnTableBackground.html +++ b/tests/src/com/vaadin/tests/components/table/ActionsOnTableBackground.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.components.table.Tables?debug&restartApplication</td> + <td>/run/com.vaadin.tests.components.table.Tables?restartApplication</td> <td></td> </tr> <!--make table higher than number of rows--> diff --git a/tests/src/com/vaadin/tests/components/tabsheet/TabSheetTabStyleNames.html b/tests/src/com/vaadin/tests/components/tabsheet/TabSheetTabStyleNames.html index 67bedd93a3..d49e2817d3 100644 --- a/tests/src/com/vaadin/tests/components/tabsheet/TabSheetTabStyleNames.html +++ b/tests/src/com/vaadin/tests/components/tabsheet/TabSheetTabStyleNames.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.components.tabsheet.TabSheetTabStyleNames?debug&restartApplication</td> + <td>/run/com.vaadin.tests.components.tabsheet.TabSheetTabStyleNames?restartApplication</td> <td></td> </tr> <tr> diff --git a/tests/src/com/vaadin/tests/layouts/WidgetImplementationSwap.html b/tests/src/com/vaadin/tests/layouts/WidgetImplementationSwap.html index c9c869e18a..c335f5df5a 100644 --- a/tests/src/com/vaadin/tests/layouts/WidgetImplementationSwap.html +++ b/tests/src/com/vaadin/tests/layouts/WidgetImplementationSwap.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.layouts.WidgetImplementationSwap?debug&restartApplication</td> + <td>/run/com.vaadin.tests.layouts.WidgetImplementationSwap?restartApplication</td> <td></td> </tr> <tr> |