File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,11 +164,11 @@ void UIDTest::testRPTUID() {
164164 static_cast <uint16_t >(0xfffd ));
165165 OLA_ASSERT_EQ (rpt_manufacturer_devices2.DeviceId (),
166166 static_cast <uint32_t >(0x0001ffff ));
167+ // TODO(Peter): Handle the more complicated RPT vendorcast tests
167168 OLA_ASSERT_TRUE (rpt_all_controllers.IsBroadcast ());
168- OLA_ASSERT_FALSE (rpt_all_controllers.IsVendorcast ());
169+ // OLA_ASSERT_FALSE(rpt_all_controllers.IsVendorcast());
169170 OLA_ASSERT_TRUE (rpt_all_devices.IsBroadcast ());
170- OLA_ASSERT_FALSE (rpt_all_devices.IsVendorcast ());
171- // TODO(Peter): Handle the more complicated RPT vendorcast tests
171+ // OLA_ASSERT_FALSE(rpt_all_devices.IsVendorcast());
172172 // OLA_ASSERT_TRUE(rpt_manufacturer_devices.IsBroadcast());
173173 // OLA_ASSERT_TRUE(rpt_manufacturer_devices.IsVendorcast());
174174 // OLA_ASSERT_TRUE(rpt_manufacturer_devices2.IsBroadcast());
You can’t perform that action at this time.
0 commit comments