From 9d7de09c658038890be754ae18c7fbcbfd471e20 Mon Sep 17 00:00:00 2001 From: "gyeongseok.seo" Date: Wed, 28 Nov 2012 11:52:38 +0900 Subject: [PATCH] [Title] Fixed test case by TargetDeviceSelectorTest. [Desc.] supported device name. [Issue] Change-Id: I65031edf5bbfa78b3683958ed13cf04f1ee39202 --- .../test/src/org/tizen/cli/exec/TargetDeviceSelectorTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4