You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by me...@apache.org on 2016/03/31 02:10:23 UTC

mesos git commit: Removed unused credentials.

Repository: mesos
Updated Branches:
  refs/heads/master c66457a11 -> 3f0d074ea


Removed unused credentials.

Review: https://reviews.apache.org/r/45434/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3f0d074e
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3f0d074e
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3f0d074e

Branch: refs/heads/master
Commit: 3f0d074ea74542b463e441cdd8cc9c3d11f4e8a3
Parents: c66457a
Author: Jan Schlicht <ja...@mesosphere.io>
Authored: Wed Mar 30 17:09:58 2016 -0700
Committer: Adam B <ad...@mesosphere.io>
Committed: Wed Mar 30 17:09:58 2016 -0700

----------------------------------------------------------------------
 src/tests/files_tests.cpp | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3f0d074e/src/tests/files_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/files_tests.cpp b/src/tests/files_tests.cpp
index 2f0f84c..5d6620d 100644
--- a/src/tests/files_tests.cpp
+++ b/src/tests/files_tests.cpp
@@ -388,10 +388,6 @@ TEST_F(FilesTest, AuthenticationTest)
 
   process::UPID upid("files", process::address());
 
-  Credential badCredential;
-  badCredential.set_principal("bad-principal");
-  badCredential.set_secret("bad-secret");
-
   const string expectedAuthorizationHeader =
     "Basic realm=\"" + AUTHENTICATION_REALM + "\"";