gtest - remove wrapper which is not needed anymore
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user