From: gyeongseok.seo Date: Wed, 28 Nov 2012 02:52:38 +0000 (+0900) Subject: [Title] Fixed test case by TargetDeviceSelectorTest. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d7de09c658038890be754ae18c7fbcbfd471e20;p=sdk%2Ftools%2Fcli.git [Title] Fixed test case by TargetDeviceSelectorTest. [Desc.] supported device name. [Issue] Change-Id: I65031edf5bbfa78b3683958ed13cf04f1ee39202 --- diff --git a/org.tizen.cli/test/src/org/tizen/cli/exec/TargetDeviceSelectorTest.java b/org.tizen.cli/test/src/org/tizen/cli/exec/TargetDeviceSelectorTest.java index ae2ca3d..b690464 100755 --- a/org.tizen.cli/test/src/org/tizen/cli/exec/TargetDeviceSelectorTest.java +++ b/org.tizen.cli/test/src/org/tizen/cli/exec/TargetDeviceSelectorTest.java @@ -222,7 +222,7 @@ TargetDeviceSelectorTest ChoiceOption yes = new ChoiceOption( "Yes" ); ChoiceOption no = new ChoiceOption( "No", true ); when( mockPropter.interact( "device is not selected\n" + - "[test1] device select and\n" + + "[test1(name1)] device select and\n" + "Do you want to be continue ?", yes, no @@ -231,7 +231,7 @@ TargetDeviceSelectorTest assertEquals( mockDevice1, testClass.selectDevice() ); when( mockPropter.interact( "device is not selected\n" + - "[test1] device select and\n" + + "[test1(name1)] device select and\n" + "Do you want to be continue ?", yes, no