mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix the module name in two backend/file tests.
gnc-backend-file has been renamed to gncmod-backend-file, so all tests should use that new name. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15390 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0744164742
commit
a611cec8b1
@ -30,7 +30,7 @@
|
||||
#include "cashobjects.h"
|
||||
#include "test-stuff.h"
|
||||
|
||||
#define GNC_LIB_NAME "gnc-backend-file"
|
||||
#define GNC_LIB_NAME "gncmod-backend-file"
|
||||
|
||||
int main (int argc, char ** argv)
|
||||
{
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "test-engine-stuff.h"
|
||||
#include "test-file-stuff.h"
|
||||
|
||||
#define GNC_LIB_NAME "gnc-backend-file"
|
||||
#define GNC_LIB_NAME "gncmod-backend-file"
|
||||
|
||||
static void
|
||||
remove_files_pattern(const char *begining, const char *ending)
|
||||
|
Loading…
Reference in New Issue
Block a user