From: mengli.zhang Date: Thu, 26 Oct 2017 14:59:58 +0000 (-0400) Subject: [common][NFC][Update 1 tc] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b57fbf7fb28625756c88ec5eb58aae5a7b56cbd9;p=test%2Ftct%2Fweb%2Fapi.git [common][NFC][Update 1 tc] Change-Id: Ic425812233ffd66c0328b3e9f5994c62df7c2b99 Signed-off-by: mengli.zhang --- diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setExclusiveModeForTransaction.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setExclusiveModeForTransaction.html index dfe9e3507..b7fdfeca8 100755 --- a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setExclusiveModeForTransaction.html +++ b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setExclusiveModeForTransaction.html @@ -38,7 +38,7 @@ test(function () { var adapter, retVal; retVal = null; adapter = tizen.nfc.getDefaultAdapter(); - retVal = adapter.setExclusiveModeForTransaction(true); + retVal = adapter.setExclusiveModeForTransaction(false); assert_equals(retVal, undefined, "Incorrent return value."); }, document.title);