gtest - remove wrapper which is not needed anymore

This commit is contained in:
Luis Díaz Más
2021-04-22 21:33:20 +02:00
parent f601d23d5e
commit db4ece70cc
17 changed files with 23 additions and 33 deletions
+3 -2
View File
@@ -19,7 +19,8 @@
*/
#include "cr2header_int.hpp"
#include "gtestwrapper.h"
#include <gtest/gtest.h>
using namespace Exiv2;
static const byte cr2LittleEndian[] = {0x49, 0x49, 0x2a, 0x00, 0x10, 0x00, 0x00, 0x00,
@@ -75,4 +76,4 @@ TEST(ACr2Header, failToReadDataFromBufferWithInvalidTag)
0x43, 0x52, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00};
Internal::Cr2Header header;
ASSERT_FALSE(header.read(bufferInvalidTag, 16));
}
}