summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/applicationservlet
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-10-23 16:35:40 +0300
committerArtur Signell <artur@vaadin.com>2012-10-23 16:37:35 +0300
commit1aadb57d262755f200d2ad854a9937d5797bcae6 (patch)
tree06a91af99f8747121315e3e3669f7d07724f33d6 /uitest/src/com/vaadin/tests/applicationservlet
parent2fcfe76d74ca761b28eb77b91808734644eebe2c (diff)
downloadvaadin-framework-1aadb57d262755f200d2ad854a9937d5797bcae6.tar.gz
vaadin-framework-1aadb57d262755f200d2ad854a9937d5797bcae6.zip
Fixed test to check stack trace for error
Change-Id: Ifc0a2be0521cbf8b921b8b1f94040bd40d54cebb
Diffstat (limited to 'uitest/src/com/vaadin/tests/applicationservlet')
-rw-r--r--uitest/src/com/vaadin/tests/applicationservlet/NoApplicationClass.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/applicationservlet/NoApplicationClass.html b/uitest/src/com/vaadin/tests/applicationservlet/NoApplicationClass.html
index 70bb8cc8f3..6ed410fdb6 100644
--- a/uitest/src/com/vaadin/tests/applicationservlet/NoApplicationClass.html
+++ b/uitest/src/com/vaadin/tests/applicationservlet/NoApplicationClass.html
@@ -18,8 +18,8 @@
</tr>
<tr>
<td>assertText</td>
- <td>//pre[1]</td>
- <td>java.lang.InstantiationException: Failed to load application class: ClassThatIsNotPresent</td>
+ <td>//pre[2]</td>
+ <td>*java.lang.InstantiationException: Failed to load application class: ClassThatIsNotPresent*</td>
</tr>
</tbody></table>
</body>