Make server's XML unit test work
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 13 Jun 2012 21:06:23 +0000 (21:06 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 13 Jun 2012 21:06:23 +0000 (21:06 +0000)
org.glite.lb.common/interface/events_parse.h
org.glite.lb.server/test/test_xml.cpp.T

index 8d968c5..156edbc 100644 (file)
@@ -114,6 +114,10 @@ extern int edg_wll_TagListParse(
        const char *src,
        edg_wll_TagValue **list);
 
+extern int edg_wll_TagListCompare(
+       edg_wll_TagValue *a,
+        edg_wll_TagValue *b);
+
 #ifdef __cplusplus
 }
 #endif
index edd7510..42b52fa 100644 (file)
@@ -27,6 +27,7 @@ limitations under the License.
 
 #include "lb_xml_parse.h"
 #include <glite/lb/xml_parse.h>
+#include <glite/lb/events_parse.h>
 
 class XMLParseTest: public  CppUnit::TestFixture
 {