[CLOUDSTACK-10005] bugfix in test class (name of exception variable)

This commit is contained in:
Maik Giessler 2017-07-06 12:59:19 +02:00 committed by Rohit Yadav
parent 899c5c784d
commit ae46cab456

View File

@ -57,7 +57,7 @@ public class AddAndDeleteATemplate extends AbstractSeleniumTestCase {
}
} catch (Exception ex) {
s_logger.info("[ignored]"
+ "error during clicking test on template: " + e.getLocalizedMessage());
+ "error during clicking test on template: " + ex.getLocalizedMessage());
}
for (int second = 0;; second++) {