[Title] modify sdb_path
authorho.namkoong <ho.namkoong@samsung.com>
Fri, 30 Aug 2013 02:06:26 +0000 (11:06 +0900)
committerho.namkoong <ho.namkoong@samsung.com>
Fri, 30 Aug 2013 02:06:26 +0000 (11:06 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I485c450bb84247c1725d445793e7a3ae8b78bbf3

org.tizen.common/test/src/org/tizen/common/sdb/SdbTestUtil.java

index 148c87a..d7c7cd3 100644 (file)
@@ -55,15 +55,14 @@ class SdbTestUtil {
     static String SDB_PATH;
     
     static {
-        SDB_PATH = "/home/nkho/tizen-sdk/tools/sdb";
-//        SDB_PATH = System.getProperty("TIZEN_SDK");
-//        
-//        if(StringUtil.isEmpty(SDB_PATH)) {
-//            SDB_PATH = "sdb";
-//        }
-//        else {
-//            SDB_PATH = FileUtil.appendPath(SDB_PATH, "tools/sdb");
-//        }
+        SDB_PATH = System.getProperty("TIZEN_SDK");
+        
+        if(StringUtil.isEmpty(SDB_PATH)) {
+            SDB_PATH = "sdb";
+        }
+        else {
+            SDB_PATH = FileUtil.appendPath(SDB_PATH, "tools/sdb");
+        }
     }
     
     /**