Skip to content

Commit

Permalink
Merge branch 'develop' into argsxtra
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano authored Jan 12, 2024
2 parents d0ae359 + b1e39e8 commit 48a9dd8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#include <microsoft/net/wifi/IAccessPoint.hxx>
#include <microsoft/net/wifi/IAccessPointDiscoveryAgentOperations.hxx>

#include "AccessPointTest.hxx"

namespace Microsoft::Net::Wifi::Test
{
/**
Expand Down
38 changes: 0 additions & 38 deletions tests/unit/wifi/apmanager/AccessPointTest.hxx

This file was deleted.

1 change: 0 additions & 1 deletion tests/unit/wifi/apmanager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ target_sources(wifi-apmanager-test-unit
PRIVATE
AccessPointDiscoveryAgentOperationsTest.cxx
AccessPointDiscoveryAgentOperationsTest.hxx
AccessPointTest.hxx
TestAccessPointDiscoveryAgent.cxx
TestAccessPointManager.cxx
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <microsoft/net/wifi/IAccessPointDiscoveryAgentOperations.hxx>

#include "AccessPointDiscoveryAgentOperationsTest.hxx"
#include "AccessPointTest.hxx"

using namespace Microsoft::Net::Wifi;
using namespace std::chrono_literals;
Expand Down
1 change: 0 additions & 1 deletion tests/unit/wifi/apmanager/TestAccessPointManager.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <microsoft/net/wifi/AccessPointManager.hxx>

#include "AccessPointDiscoveryAgentOperationsTest.hxx"
#include "AccessPointTest.hxx"

TEST_CASE("Create an AccessPointManager instance", "[wifi][core][apmanager]")
{
Expand Down

0 comments on commit 48a9dd8

Please sign in to comment.