Skip to content

Commit

Permalink
move to test
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Zhang <[email protected]>
  • Loading branch information
danzh1989 committed May 9, 2019
1 parent 3253b11 commit 9914fb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

namespace Envoy {

class EnvoyQuicFakeProofSource : public quic::ProofSource {
// A dummy implementation of ProofSource interface which provides identical
// dummy CryptoProof, Chain and signature string. This is used for testing
// purpose before we have a real ProofSource which reads certs from Envoy
// config.
class EnvoyQuicDummyProofSource : public quic::ProofSource {
public:
EnvoyQuicFakeProofSource() {}
~EnvoyQuicFakeProofSource() override {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Envoy {

class EnvoyQuicFakeProofVerifier : public quic::ProofVerifier {
class EnvoyQuicDummyProofVerifier : public quic::ProofVerifier {
public:
EnvoyQuicFakeProofVerifier() {}
~EnvoyQuicFakeProofVerifier() override {}
Expand Down

0 comments on commit 9914fb4

Please sign in to comment.