fixed unit tests, changed modes to cfb (other modes have been removed).

This commit is contained in:
Nick Bolton
2013-08-30 15:20:36 +00:00
parent c459cd80d3
commit 024f66e25e
2 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ TEST(CClientProxyTests, cryptoIvWrite)
NiceMock<CMockEventQueue> eventQueue;
NiceMock<CMockStream> innerStream;
NiceMock<CMockServer> server;
CCryptoOptions options("ctr", "mock");
CCryptoOptions options("cfb", "mock");
IStreamEvents streamEvents;
streamEvents.setEvents(&eventQueue);