Rename gmock-qofquery to fake-qofquery

This commit is contained in:
Christian Gruber 2020-06-10 22:59:02 +02:00
parent 8425af784e
commit bbfc30d70b
3 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ set(gtest_import_backend_SOURCES
${CMAKE_SOURCE_DIR}/libgnucash/engine/mocks/gmock-Account.cpp
${CMAKE_SOURCE_DIR}/libgnucash/engine/mocks/gmock-Transaction.cpp
${CMAKE_SOURCE_DIR}/libgnucash/engine/mocks/gmock-Split.cpp
${CMAKE_SOURCE_DIR}/libgnucash/engine/mocks/gmock-qofquery.cpp
${CMAKE_SOURCE_DIR}/libgnucash/engine/mocks/fake-qofquery.cpp
${CMAKE_SOURCE_DIR}/libgnucash/engine/gnc-numeric.cpp
${CMAKE_SOURCE_DIR}/libgnucash/engine/gnc-rational.cpp
${CMAKE_SOURCE_DIR}/libgnucash/engine/gnc-int128.cpp

View File

@ -1,6 +1,6 @@
#include <config.h>
#include "gmock-qofquery.h"
#include "fake-qofquery.h"
#include "gmock-qofbook.h"
QofQuery *

View File

@ -1,5 +1,5 @@
#ifndef GMOCK_QOFQUERY_H
#define GMOCK_QOFQUERY_H
#ifndef FAKE_QOFQUERY_H
#define FAKE_QOFQUERY_H
#include <gmock/gmock.h>