aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Paul <henrik@vaadin.com>2013-10-01 10:27:12 +0300
committerVaadin Code Review <review@vaadin.com>2013-10-01 07:45:53 +0000
commit2bbb36705385f7c1bafce7eb527d5e66875b689c (patch)
tree55efb465d8c9907c8ea8f4839cbd57551147246a
parentc18b20050d6b04a2c69b3fdfc75ca901b78edc0a (diff)
downloadvaadin-framework-2bbb36705385f7c1bafce7eb527d5e66875b689c.tar.gz
vaadin-framework-2bbb36705385f7c1bafce7eb527d5e66875b689c.zip
Moved test class to appropriate source folder (#12337)
Change-Id: I01b25109a487bd0b9ff6a7903564ee5c867d6a33
-rw-r--r--uitest/src/com/vaadin/tests/components/table/TableRemovedQuicklySendsInvalidRpcCalls.java (renamed from server/tests/src/com/vaadin/tests/server/component/table/TableRemovedQuicklySendsInvalidRpcCalls.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/src/com/vaadin/tests/server/component/table/TableRemovedQuicklySendsInvalidRpcCalls.java b/uitest/src/com/vaadin/tests/components/table/TableRemovedQuicklySendsInvalidRpcCalls.java
index b539e42efe..6e4b62e4f7 100644
--- a/server/tests/src/com/vaadin/tests/server/component/table/TableRemovedQuicklySendsInvalidRpcCalls.java
+++ b/uitest/src/com/vaadin/tests/components/table/TableRemovedQuicklySendsInvalidRpcCalls.java
@@ -14,7 +14,7 @@
* the License.
*/
-package com.vaadin.tests.server.component.table;
+package com.vaadin.tests.components.table;
import com.vaadin.annotations.Push;
import com.vaadin.event.ItemClickEvent;