[Title] Fixed test case by TargetDeviceSelectorTest.
authorgyeongseok.seo <gyeongseok.seo@samsung.com>
Wed, 28 Nov 2012 02:52:38 +0000 (11:52 +0900)
committergyeongseok.seo <gyeongseok.seo@samsung.com>
Wed, 28 Nov 2012 02:52:38 +0000 (11:52 +0900)
[Desc.] supported device name.
[Issue]

Change-Id: I65031edf5bbfa78b3683958ed13cf04f1ee39202

org.tizen.cli/test/src/org/tizen/cli/exec/TargetDeviceSelectorTest.java

index ae2ca3d..b690464 100755 (executable)
@@ -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