You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2017/07/26 09:21:16 UTC

[cloudstack] branch master updated: [CLOUDSTACK-10005] bugfix in test class (name of exception variable)

This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new ae46cab  [CLOUDSTACK-10005] bugfix in test class (name of exception variable)
ae46cab is described below

commit ae46cab456eabd98946576cc39bd3f8f729f02d9
Author: Maik Giessler <ma...@sap.com>
AuthorDate: Thu Jul 6 12:59:19 2017 +0200

    [CLOUDSTACK-10005] bugfix in test class (name of exception variable)
---
 test/src/com/cloud/test/ui/AddAndDeleteATemplate.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/com/cloud/test/ui/AddAndDeleteATemplate.java b/test/src/com/cloud/test/ui/AddAndDeleteATemplate.java
index b0b7183..b46f922 100644
--- a/test/src/com/cloud/test/ui/AddAndDeleteATemplate.java
+++ b/test/src/com/cloud/test/ui/AddAndDeleteATemplate.java
@@ -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++) {

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>'].