Added new user api unit test for the new fields.
[libgcal.git] / utests / utest_xpath.h
blobfd88821e43fc1e7d8382f31152545ce610f6184a
1 #ifndef __UTEST_XPATH__
2 #define __UTEST_XPATH__
3 /*
4 * @file utest_gcal.h
5 * @author Adenilson Cavalcanti da Silva <adenilson.silva@indt.org.br>
6 * @date Thu Mar 27 2008
8 * @brief Header module for xpath utests.
13 #include <check.h>
15 TCase *xpath_tcase_create(void);
18 #endif