Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a824734 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "unittest:net_test_bta_security Use common LogMsg method" am: 071fbef0

parents 72e678b1 071fbef0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -243,6 +243,7 @@ cc_test {
	":TestMockDevice",
	":TestMockStack",
	":TestMockBtif",
        ":TestCommonLogMsg",
        "test/bta_hf_client_security_test.cc",
    ],
    shared_libs: [
+0 −4
Original line number Diff line number Diff line
@@ -38,10 +38,6 @@ namespace {
const RawAddress bdaddr1({0x11, 0x22, 0x33, 0x44, 0x55, 0x66});
}  // namespace

// TODO(jpawlowski): there is some weird dependency issue in tests, and the
// tests here fail to compile without this definition.
void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) {}

class BtaHfClientSecurityTest : public testing::Test {
 protected:
  void SetUp() override {