mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-03 10:26:48 +08:00
fixed unit tests, changed modes to cfb (other modes have been removed).
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user