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:
Andreas Köhler 2007-01-15 20:27:58 +00:00
parent 0744164742
commit a611cec8b1
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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)