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

Unified Diff: net/quic/crypto/crypto_handshake_test.cc

Issue 12381018: QUIC - Some sketching of the crypto handshake. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 months 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
Index: net/quic/crypto/crypto_handshake_test.cc
===================================================================
--- net/quic/crypto/crypto_handshake_test.cc (revision 0)
+++ net/quic/crypto/crypto_handshake_test.cc (revision 0)
@@ -0,0 +1,20 @@
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "net/quic/crypto/crypto_handshake.h"
+
+#include "net/quic/crypto/quic_random.h"
+#include "net/quic/test_tools/mock_clock.h"
+#include "testing/gmock/include/gmock/gmock.h"
+#include "testing/gtest/include/gtest/gtest.h"
+
+namespace net {
+namespace test {
+
+// TODO(rtenneti): Delete ServerConfig.
+TEST(QuicCryptoProtocol, ServerConfig) {
wtc 2013/03/01 23:45:23 You should delete this test now. This means lines
ramant (doing other things) 2013/03/02 00:34:16 Done.
+}
+
+} // namespace test
+} // namespace net

Powered by Google App Engine
This is Rietveld 408576698