]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed test to check stack trace for error
authorArtur Signell <artur@vaadin.com>
Tue, 23 Oct 2012 13:35:40 +0000 (16:35 +0300)
committerArtur Signell <artur@vaadin.com>
Tue, 23 Oct 2012 13:37:35 +0000 (16:37 +0300)
Change-Id: Ifc0a2be0521cbf8b921b8b1f94040bd40d54cebb

uitest/src/com/vaadin/tests/applicationservlet/NoApplicationClass.html

index 70bb8cc8f30272e13174678fa1c0723b8a3f9c71..6ed410fdb6038b1e30480ed22aa35c131cc6b943 100644 (file)
@@ -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>