grim/gplate

converted test-util.c to gtester

2009-11-15, Gary Kramlich
bbab7cbd784c
converted test-util.c to gtester
#ifndef TEST_COLLECTION_H
#define TEST_COLLECTION_H
#include <glib.h>
#include <gplate/gplate.h>
G_BEGIN_DECLS
void test_collection_lookup(GPlateCollection *collection, const gchar *name, const gchar *expected);
void test_collection_lookup_int(GPlateCollection *collection, const gchar *name, gint expected);
G_END_DECLS
#endif /* TEST_COLLECTION_H */