mirror of https://github.com/apache/cloudstack.git
[CLOUDSTACK-10005] bugfix in test class (name of exception variable)
This commit is contained in:
parent
899c5c784d
commit
ae46cab456
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue