[TIC-CORE] change the license from apache 2.0 to flora 1.1
[archive/20170607/tools/tic-core.git] / test / test_dependency.py
index cf9fa0f..368097d 100644 (file)
@@ -1,14 +1,11 @@
 #!/usr/bin/python
-# Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
+# Copyright (c) 2016 Samsung Electronics Co., Ltd
 #
-# Contact: 
-# @author Chulwoo Shin <cw1.shin@samsung.com>
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed under the Flora License, Version 1.1 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
-# http://www.apache.org/licenses/LICENSE-2.0
+#     http://floralicense.org/license/
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
@@ -23,7 +20,7 @@ import os
 import time
 import unittest
 
-from tic.dependency import analyze_dependency
+#from tic.dependency import analyze_dependency
 from tic.parser.repo_parser import RepodataParser
 from tic.repo import get_repodata_from_repos
 
@@ -75,7 +72,7 @@ class DependencyTest(unittest.TestCase):
     
     def test_dependency(self):
         # 1st package install-depdency analysis
-        analyze_dependency(self.pkg_group)
+        analyze_dependency(self.pkg_group)
         # print('time:', current_milli_time() - start_time)
         pkg_list = self.pkg_group['pkg_list']