summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-05-28 15:36:16 +0300
committerVaadin Code Review <review@vaadin.com>2013-05-28 12:43:32 +0000
commitbb7b40487f728f60e910b51d5c236f4fb699cb01 (patch)
tree6f4099dd3430e46ade76b2cdefa3f9cbd871ec1b /uitest
parentd34583895c884767537ad866de942d23c044af52 (diff)
downloadvaadin-framework-bb7b40487f728f60e910b51d5c236f4fb699cb01.tar.gz
vaadin-framework-bb7b40487f728f60e910b51d5c236f4fb699cb01.zip
Remove outdated testing (#11897)
* access is run right away instead of the next time there's a request from the server. * Non-inheritable CurrentInstance values are not carried over to access Change-Id: I6a9f3f2a74647357fe02c43e96878d803cfaf207
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/tests/components/ui/UiAccess.html14
-rw-r--r--uitest/src/com/vaadin/tests/components/ui/UiAccess.java11
2 files changed, 2 insertions, 23 deletions
diff --git a/uitest/src/com/vaadin/tests/components/ui/UiAccess.html b/uitest/src/com/vaadin/tests/components/ui/UiAccess.html
index 8ae2f2f48e..613691623c 100644
--- a/uitest/src/com/vaadin/tests/components/ui/UiAccess.html
+++ b/uitest/src/com/vaadin/tests/components/ui/UiAccess.html
@@ -53,23 +53,13 @@
</tr>
<tr>
<td>waitForText</td>
- <td>vaadin=runcomvaadintestscomponentsuiUiAccess::PID_SLog_row_4</td>
- <td>0. Initial background message</td>
-</tr>
-<tr>
- <td>assertText</td>
<td>vaadin=runcomvaadintestscomponentsuiUiAccess::PID_SLog_row_2</td>
- <td>exact:2. Thread got lock, inital future done? true</td>
-</tr>
-<tr>
- <td>assertText</td>
- <td>vaadin=runcomvaadintestscomponentsuiUiAccess::PID_SLog_row_1</td>
- <td>exact:3. Access has current response? true</td>
+ <td>0. Initial background message</td>
</tr>
<tr>
<td>assertText</td>
<td>vaadin=runcomvaadintestscomponentsuiUiAccess::PID_SLog_row_0</td>
- <td>exact:4. Thread is still alive? false</td>
+ <td>exact:2. Thread got lock, inital future done? true</td>
</tr>
<tr>
<td>click</td>
diff --git a/uitest/src/com/vaadin/tests/components/ui/UiAccess.java b/uitest/src/com/vaadin/tests/components/ui/UiAccess.java
index c39f65243d..297a985778 100644
--- a/uitest/src/com/vaadin/tests/components/ui/UiAccess.java
+++ b/uitest/src/com/vaadin/tests/components/ui/UiAccess.java
@@ -107,17 +107,6 @@ public class UiAccess extends AbstractTestUIWithLog {
} finally {
getSession().unlock();
}
- final Thread thisThread = this;
- access(new Runnable() {
- @Override
- public void run() {
- log("Access has current response? "
- + (VaadinService
- .getCurrentResponse() != null));
- log("Thread is still alive? "
- + thisThread.isAlive());
- }
- });
}
}.start();