CLI: Fix bug with no argument 60/11660/1
authorHeongseok Heo <hyeongseok.heo@samsung.com>
Fri, 1 Nov 2013 07:47:12 +0000 (16:47 +0900)
committerHeongseok Heo <hyeongseok.heo@samsung.com>
Fri, 1 Nov 2013 07:47:12 +0000 (16:47 +0900)
commit0c330e334c17f9d3832f03554e6c0cc2aec56f66
treef00612c207f24c5b2e22a75ade3286070846aa16
parent3879a4c918bdbacea12779ea805ae9e91fca8583
CLI: Fix bug with no argument
Add null check when there is no argument
Modify test case for no option in config cli.

Change-Id: If80fdb43d75609660d098787a908c7d13d088fa8
Signed-off-by: Heongseok Heo <hyeongseok.heo@samsung.com>
org.tizen.ncli.ide/.classpath
org.tizen.ncli.ide/src/org/tizen/core/ide/BuildWebAppModule.java
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/AbstractCLI.java
org.tizen.ncli.ide/src/org/tizen/ncli/ide/shell/Main.java
org.tizen.ncli.ide/test/src/org/tizen/ncli/ide/shell/BuildWebCLITest.java [new file with mode: 0644]
org.tizen.ncli.ide/test/src/org/tizen/ncli/ide/shell/ConfigCLITest.java