aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.java
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/src/com/vaadin/tests/debug/DebugWindowPresent.java')
-rw-r--r--uitest/src/com/vaadin/tests/debug/DebugWindowPresent.java22
1 files changed, 22 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.java b/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.java
new file mode 100644
index 0000000000..3e04d27628
--- /dev/null
+++ b/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.java
@@ -0,0 +1,22 @@
+package com.vaadin.tests.debug;
+
+import com.vaadin.tests.components.TestBase;
+
+public class DebugWindowPresent extends TestBase {
+
+ @Override
+ protected void setup() {
+ // Nothing to set up
+ }
+
+ @Override
+ protected String getDescription() {
+ return "The debug window should be present with &debug present in the url, but not othervise";
+ }
+
+ @Override
+ protected Integer getTicketNumber() {
+ return Integer.valueOf(7555);
+ }
+
+}