mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
[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…
x
Reference in New Issue
Block a user