[Title] Added CLI UNIT TEST and fixed logic.
authorgyeongseok.seo <gyeongseok.seo@samsung.com>
Wed, 11 Jul 2012 08:14:11 +0000 (17:14 +0900)
committergyeongseok.seo <gyeongseok.seo@samsung.com>
Wed, 11 Jul 2012 08:15:43 +0000 (17:15 +0900)
commit36dcfe9ed534bedeaeaa64fc212d5271c3d3d8fb
tree1743dd51d787b5c6f12bf560c60bb81d568b7c98
parent7d4856a269cc844335493249169f307fcb1e7375
[Title] Added CLI UNIT TEST and fixed logic.
[Type] Enhancement
[Module] webapp-eplugin
[Priority] Major
[Jira#] 5363
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I474bb7067a6d6f627ac6f8f2afb55ed1bf2f3559
org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java
org.tizen.cli/src/org/tizen/cli/exec/debug/Main.java
org.tizen.cli/src/org/tizen/cli/exec/install/Main.java
org.tizen.cli/src/org/tizen/cli/exec/run/Main.java
org.tizen.cli/src/org/tizen/cli/exec/uninstall/Main.java
org.tizen.cli/test/src/org/tizen/cli/exec/WRTLauncherTest.java [new file with mode: 0644]
org.tizen.cli/test/src/org/tizen/cli/exec/debug/MainTest.java [new file with mode: 0644]
org.tizen.cli/test/src/org/tizen/cli/exec/install/MainTest.java [new file with mode: 0644]
org.tizen.cli/test/src/org/tizen/cli/exec/query/MainTest.java [new file with mode: 0644]
org.tizen.cli/test/src/org/tizen/cli/exec/run/MainTest.java [new file with mode: 0644]
org.tizen.cli/test/src/org/tizen/cli/exec/uninstall/MainTest.java [new file with mode: 0644]