aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-11-29 16:53:05 +0200
committerArtur Signell <artur@vaadin.com>2013-11-29 16:53:05 +0200
commit74dcb6f2478f611ce828a9fee7c7be52812af964 (patch)
treebfa771219b50503bf21127fafed6f63c86321043 /uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java
parent37919d14b7509b1c8d8495a3e334d50a913bfe6f (diff)
downloadvaadin-framework-74dcb6f2478f611ce828a9fee7c7be52812af964.tar.gz
vaadin-framework-74dcb6f2478f611ce828a9fee7c7be52812af964.zip
Correct assertion message which changed due to #12915
Converted to TB3 to allow running on only one browser Change-Id: I8a0d20cfb5af798d8b89f3fca86ef7d9d7a37527
Diffstat (limited to 'uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java')
-rw-r--r--uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java b/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java
index a2f3c59f07..47d3a19fde 100644
--- a/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java
+++ b/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java
@@ -280,7 +280,7 @@ public class ApplicationRunnerServlet extends LegacyVaadinServlet {
}
- throw new ClassNotFoundException();
+ throw new ClassNotFoundException(baseName);
}
private Logger getLogger() {