[
https://issues.apache.org/jira/browse/CLOUDSTACK-10005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16101417#comment-16101417
]
ASF subversion and git services commented on CLOUDSTACK-10005:
--------------------------------------------------------------
Commit ae46cab456eabd98946576cc39bd3f8f729f02d9 in cloudstack's branch
refs/heads/master from [~maik.giessler]
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=ae46cab ]
[CLOUDSTACK-10005] bugfix in test class (name of exception variable)
> Syntax issue in test class
> --------------------------
>
> Key: CLOUDSTACK-10005
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10005
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Maik Giessler
> Assignee: Maik Giessler
>
> Syntax issue detected in
> test/src/com/cloud/test/ui/AddAndDeleteATemplate.java, Line: 60
> try {
> for (;; i++) {
> System.out.println("i= " + i);
> selenium.click("//div[" + i + "]/div/div[2]/span/span");
> }
> } catch (Exception *ex*) {
> s_logger.info("[ignored]"
> + "error during clicking test on template: " +
> e.getLocalizedMessage());
> }
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)