fixed: tests not compiling on linux

This commit is contained in:
Nick Bolton
2014-02-28 15:36:51 +00:00
parent f4bb72ce52
commit 9b9a489efc
4 changed files with 27 additions and 12 deletions

View File

@@ -16,6 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// TODO: fix tests - compile error on linux
#if 0
#include "platform/XWindowsClipboard.h"
#include "test/global/gtest.h"
@@ -150,3 +153,5 @@ TEST_F(CXWindowsClipboardTests, get_withFormatAdded_returnsExpected)
EXPECT_EQ("synergy rocks!", actual);
}
#endif