From: mengli.zhang Date: Thu, 26 Oct 2017 14:59:11 +0000 (-0400) Subject: [common][NFC][Update 1 tc] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3677936d720a9b1d5192e1a19b81a124b2480fe1;p=test%2Ftct%2Fweb%2Fapi.git [common][NFC][Update 1 tc] Change-Id: I21b5a3afc63d3e5922d9cf84fe6065a376db7486 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);