The CDD says that devices SHOULD implement Bluetooth, but I have a
device that doesn't. Running the CTS on that device reports failures
due to some of the bluetooth tests, listed below.

The comment at the top of BasicAdapterTest.java suggests that this
test should not be run on devices that do not provide Bluetooth
hardware, but it is part of the CTS. Is it possible to pass the CTS
without Bluetooth hardware? Is there a suggested way of modifying the
CTS that can allow a non-Bluetooth device to pass the CTS?

Thanks,

android.bluetooth.cts.BasicAdapterTest
-- test_enableDisable
fail

junit.framework.AssertionFailedError: expected:<11> but was:<10> at
android.bluetooth.cts.BasicAdapterTest.enable(BasicAdapterTest.java:
220)
-- test_getAddress
fail

junit.framework.AssertionFailedError: expected:<11> but was:<10> at
android.bluetooth.cts.BasicAdapterTest.enable(BasicAdapterTest.java:
220)
-- test_getName
fail

junit.framework.AssertionFailedError: expected:<11> but was:<10> at
android.bluetooth.cts.BasicAdapterTest.enable(BasicAdapterTest.java:
220)
-- test_getBondedDevices
fail

junit.framework.AssertionFailedError: expected:<11> but was:<10> at
android.bluetooth.cts.BasicAdapterTest.enable(BasicAdapterTest.java:
220)
-- test_listenUsingRfcommWithServiceRecord
fail

junit.framework.AssertionFailedError: expected:<11> but was:<10> at
android.bluetooth.cts.BasicAdapterTest.enable(BasicAdapterTest.java:
220)

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to