Skip to content
Snippets Groups Projects
Commit a0a30328 authored by Eric Cano's avatar Eric Cano
Browse files

Unit test breaking to validate continuous integration system.

parent 3ae5c5a9
Branches
Tags
No related merge requests found
......@@ -38,7 +38,7 @@ TEST(DeviceList, TriesToFind) {
/* _ means anything goes */
EXPECT_CALL(sysWrapper, opendir(_)).Times(1);
EXPECT_CALL(sysWrapper, readdir(sysWrapper.m_DIR)).Times(1);
EXPECT_CALL(sysWrapper, closedir(sysWrapper.m_DIR)).Times(1);
EXPECT_CALL(sysWrapper, closedir(sysWrapper.m_DIR)).Times(2);
SCSI::DeviceList<Tape::System::mockWrapper> dl(sysWrapper);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment