- (weird) linker error on windows caused by using different include.
- IpcTests using private field which had a public accessor.
- some includes using wrong lib.
This commit is contained in:
Nick Bolton
2014-02-28 15:04:49 +00:00
parent ad8905ccbf
commit f4bb72ce52
14 changed files with 22 additions and 50 deletions

View File

@@ -19,8 +19,8 @@
#include "platform/MSWindowsClipboard.h"
#include "platform/IMSWindowsClipboardFacade.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "test/global/gmock.h"
#include "test/global/gtest.h"
class CMSWindowsClipboardTests : public ::testing::Test
{