X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Funit%2Fparser%2Fparser_test.c;h=f6601f164ed2f34cdfa652a0b23dbc5f667a8447;hp=83a5845a87f614e109f72d2f268574356a83e0c9;hb=98439daa576d4dbc533e9d4b8a5f493926389554;hpb=b54d9fff4bc9e70efe83123403a4c9f935efb74e diff --git a/t/unit/parser/parser_test.c b/t/unit/parser/parser_test.c index 83a5845..f6601f1 100644 --- a/t/unit/parser/parser_test.c +++ b/t/unit/parser/parser_test.c @@ -31,7 +31,7 @@ #include "parser/parser.h" #include "core/object.h" -#include "core/store.h" +#include "core/memstore.h" #include "testutils.h" #include @@ -743,7 +743,7 @@ START_TEST(test_parse) /* TODO: this should move into front-end specific tests */ q = sdb_memstore_query_prepare(node); fail_unless(q != NULL, - "sdb_store_query_prepare(AST<%s>) = NULL; expected: ", + "sdb_memstore_query_prepare(AST<%s>) = NULL; expected: ", parse_data[_i].query); sdb_object_deref(SDB_OBJ(node));