Skip to content

Commit ae46cab

Browse files
maikgiesslerRohit Yadav
authored andcommitted
[CLOUDSTACK-10005] bugfix in test class (name of exception variable)
1 parent 899c5c7 commit ae46cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src/com/cloud/test/ui/AddAndDeleteATemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void testAddAndDeleteTemplate() throws Exception {
5757
}
5858
} catch (Exception ex) {
5959
s_logger.info("[ignored]"
60-
+ "error during clicking test on template: " + e.getLocalizedMessage());
60+
+ "error during clicking test on template: " + ex.getLocalizedMessage());
6161
}
6262

6363
for (int second = 0;; second++) {

0 commit comments

Comments
 (0)