From 9411c0b2889511d1e17011ae9eceae6ca07a71f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 13 Jun 2012 21:06:23 +0000 Subject: [PATCH] Make server's XML unit test work --- org.glite.lb.common/interface/events_parse.h | 4 ++++ org.glite.lb.server/test/test_xml.cpp.T | 1 + 2 files changed, 5 insertions(+) diff --git a/org.glite.lb.common/interface/events_parse.h b/org.glite.lb.common/interface/events_parse.h index 8d968c5..156edbc 100644 --- a/org.glite.lb.common/interface/events_parse.h +++ b/org.glite.lb.common/interface/events_parse.h @@ -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 diff --git a/org.glite.lb.server/test/test_xml.cpp.T b/org.glite.lb.server/test/test_xml.cpp.T index edd7510..42b52fa 100644 --- a/org.glite.lb.server/test/test_xml.cpp.T +++ b/org.glite.lb.server/test/test_xml.cpp.T @@ -27,6 +27,7 @@ limitations under the License. #include "lb_xml_parse.h" #include +#include class XMLParseTest: public CppUnit::TestFixture { -- 1.8.2.3