diff options
-rw-r--r-- | uitest/src/com/vaadin/tests/applicationservlet/NoApplicationClass.html | 4 |
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> |