Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: chromeos/dbus/shill_ipconfig_client_unittest.cc

Issue 11361211: chromeos: Remove unused CrosAddIPConfig/CrosRemoveIPConfig functions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/shill_ipconfig_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_ipconfig_client_unittest.cc
diff --git a/chromeos/dbus/shill_ipconfig_client_unittest.cc b/chromeos/dbus/shill_ipconfig_client_unittest.cc
index e2bd7c399cd95a43c15edf59b387d9d4ef2fcca5..bb734fd07ba3d662b9d91f156e1dc3cd2dfc0e06 100644
--- a/chromeos/dbus/shill_ipconfig_client_unittest.cc
+++ b/chromeos/dbus/shill_ipconfig_client_unittest.cc
@@ -216,17 +216,4 @@ TEST_F(ShillIPConfigClientTest, Remove) {
message_loop_.RunUntilIdle();
}
-TEST_F(ShillIPConfigClientTest, CallRemoveAndBlock) {
- // Create response.
- scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
-
- // Set expectations.
- PrepareForMethodCall(flimflam::kRemoveConfigFunction,
- base::Bind(&ExpectNoArgument),
- response.get());
- // Call method.
- EXPECT_TRUE(client_->CallRemoveAndBlock(
- dbus::ObjectPath(kExampleIPConfigPath)));
-}
-
} // namespace chromeos
« no previous file with comments | « chromeos/dbus/shill_ipconfig_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698