You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sh...@apache.org on 2015/10/05 17:54:56 UTC

incubator-atlas git commit: ATLAS-134 Some defects found when reviewing the source code (ltfxyz via shwethags) - added missing code part

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 7660c9b29 -> 231512447


ATLAS-134 Some defects found when reviewing the source code (ltfxyz via shwethags) - added missing code part


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/23151244
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/23151244
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/23151244

Branch: refs/heads/master
Commit: 23151244777d917bb0178dabb297287a2fd5b342
Parents: 7660c9b
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Mon Oct 5 21:24:50 2015 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Mon Oct 5 21:24:50 2015 +0530

----------------------------------------------------------------------
 distro/src/test/python/scripts/TestMetadata.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/23151244/distro/src/test/python/scripts/TestMetadata.py
----------------------------------------------------------------------
diff --git a/distro/src/test/python/scripts/TestMetadata.py b/distro/src/test/python/scripts/TestMetadata.py
index e990068..a6db7b4 100644
--- a/distro/src/test/python/scripts/TestMetadata.py
+++ b/distro/src/test/python/scripts/TestMetadata.py
@@ -50,7 +50,7 @@ class TestMetadata(unittest.TestCase):
       java_mock.assert_called_with(
         'org.apache.atlas.Main',
         ['-app', 'metadata_home\\server\\webapp\\atlas'],
-        'metadata_home\\conf:metadata_home\\server\\webapp\\atlas\\WEB-INF\\classes:metadata_home\\server\\webapp\\atlas\\WEB-INF\\lib\\*:metadata_home\\libext\\*',
+        'metadata_home\\conf;metadata_home\\server\\webapp\\atlas\\WEB-INF\\classes;metadata_home\\server\\webapp\\atlas\\WEB-INF\\lib\\*;metadata_home\\libext\\*',
         ['-Datlas.log.dir=metadata_home\\logs', '-Datlas.log.file=application.log', '-Datlas.home=metadata_home', '-Datlas.conf=metadata_home\\conf', '-Xmx1024m', '-XX:MaxPermSize=512m', '-Dlog4j.configuration=atlas-log4j.xml'], 'metadata_home\\logs')
     else:
       java_mock.assert_called_with(
@@ -85,4 +85,4 @@ class TestMetadata(unittest.TestCase):
 
 if __name__ == "__main__":
   logging.basicConfig(format='%(asctime)s %(message)s', level=logging.DEBUG)
-  unittest.main()
\ No newline at end of file
+  unittest.main()