You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2015/06/16 09:57:01 UTC

[jira] [Commented] (ATLAS-15) Remove hard-coding of project version in tests

    [ https://issues.apache.org/jira/browse/ATLAS-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14587627#comment-14587627 ] 

Shwetha G S commented on ATLAS-15:
----------------------------------

Also move all the security tests out of hive-bridge to webapp module

> Remove hard-coding of project version in tests
> ----------------------------------------------
>
>                 Key: ATLAS-15
>                 URL: https://issues.apache.org/jira/browse/ATLAS-15
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Shwetha G S
>            Assignee: Shwetha G S
>             Fix For: 0.5.0
>
>
> {noformat}
> atlas$ git grep 0.1-incubating
> addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/BaseSSLAndKerberosTest.java:                System.getProperty("project.version", "0.1-incubating-SNAPSHOT"));
> addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/SSLHiveHookIT.java:                System.getProperty("project.version", "0.1-incubating-SNAPSHOT"));
> client/src/test/java/org/apache/atlas/security/BaseSecurityTest.java:                System.getProperty("release.version", "0.1-incubating-SNAPSHOT"));
> webapp/src/test/java/org/apache/atlas/web/service/SecureEmbeddedServerITBase.java:                .format("/target/atlas-webapp-%s", System.getProperty("project.version", "0.1-incubating-SNAPSHOT"));
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)