This commit is contained in:
Ren RenJuan 2014-01-10 21:25:13 +00:00
parent 867143bc0b
commit 1ce790fc0e
3 changed files with 4 additions and 3 deletions

View File

@ -20,6 +20,7 @@ XALAN_LIB_DIR = /usr/lib/x86_64-linux-gnu/
else else
XALAN_LIB_DIR = /usr/lib/ XALAN_LIB_DIR = /usr/lib/
endif endif
XALAN_LIB = xalan-c XALAN_LIB = xalan-c
XALAN_INC_DIR = /usr/include/xalanc XALAN_INC_DIR = /usr/include/xalanc
XERCES_LIB_DIR = /usr/lib/ XERCES_LIB_DIR = /usr/lib/

View File

@ -20,7 +20,7 @@
#include <signal.h> #include <signal.h>
const char *otePeer="epp.ote.donuts.co"; const char *otePeer="epp.ote.donuts.co";
static int tkScenario=0; int tkScenario=0;
namespace { namespace {

View File

@ -15,7 +15,7 @@ using namespace std;
static std::string TEST_SE = static std::string TEST_SE =
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><epp xmlns=\"urn:ietf:params:xml:ns:epp-1.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd\"><hello/></epp>"; "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><epp xmlns=\"urn:ietf:params:xml:ns:epp-1.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd\"><hello/></epp>";
extern static int tkScenario; extern int tkScenario;
void doWork() void doWork()
{ {