You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Jonathan Maron (JIRA)" <ji...@apache.org> on 2015/06/16 19:28:00 UTC

[jira] [Resolved] (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:all-tabpanel ]

Jonathan Maron resolved ATLAS-15.
---------------------------------
    Resolution: Fixed

Commit: 8f51e5908699d66849ce9fa3d83e8fc8dd69a39d [8f51e59]
Parents: 7bea9905aa
Author: Jon Maron <jm...@hortonworks.com>
Date: June 16, 2015 at 1:19:10 PM EDT
Commit Date: June 16, 2015 at 1:26:09 PM EDT
Labels: HEAD hwx/dal dal-hwx

ATLAS-15 remove specific version string as default property value


> 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
>             Fix For: 0.5-incubating
>
>
> {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)