From: Seonah Moon Date: Fri, 25 Oct 2019 05:31:14 +0000 (+0900) Subject: [TBT][DNS-SD/SSDP][TFDF-6484: Display different results and guide] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d42ec88ac3c352183e6e24106d41018fe4af682a;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][DNS-SD/SSDP][TFDF-6484: Display different results and guide] Change-Id: I8f073a43652e58af74178ff370febbcec893f1d4 --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk index 54783db..8c14a60 100644 Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk index 68163eb..dd2c614 100644 Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ diff --git a/tbtcoreapp/src/model/tbt-list.c b/tbtcoreapp/src/model/tbt-list.c index 0fa6f4d..017ab10 100644 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -2029,10 +2029,10 @@ static tbt_info tbtapps[] = .apptype = TBT_APP_NSD_SSDP_LOCAL, .icon_name = "dummy", .info = "1. Connect test device to a Wi-Fi network.
" - "2. “dnssd initialized” will be shown in bottom list.
" - "3. Open DNS-SD Remote module in another device and connect that device to same Wi-Fi network.
" - "4. Press Add Record in DNS-SD Remote module.
" - "5. Press Browse Service button. Then, corresponding service and text value in DNS-SD Remote will be seen in top list.", + "2. “ssdp initialized” will be shown in bottom list.
" + "3. Open SSDP Remote module in another device and connect that device to same Wi-Fi network.
" + "4. Press Add Service in SSDP Remote module.
" + "5. Press Browse Service button. Then, corresponding service and text value in SSDP Remote will be seen in top list.", .result = 0, .required_features_count = 1, .features_required = {FEATURE_NETWORK_SERVICE_DISCOVERY_SSDP} @@ -2045,7 +2045,7 @@ static tbt_info tbtapps[] = .parent = "NSD", .apptype = TBT_APP_NSD_SSDP_REMOTE, .icon_name = "dummy", - .info = "1. Connect test device to a Wi-Fi network same as DNS-SD Local module connected in.
" + .info = "1. Connect test device to a Wi-Fi network same as SSDP Local module connected in.
" "2. “ssdp initialized” text will be shown in bottom list.
" "3. Press Add Service button. Then, “service created” will be seen in bottom list and in top list added url, usn will be seen.", .result = 0,