diff --git a/ACTK1_0/OTE/LPECheckCommand.hpp b/ACTK1_0/OTE/LPECheckCommand.hpp index 96335f3..570e447 100644 --- a/ACTK1_0/OTE/LPECheckCommand.hpp +++ b/ACTK1_0/OTE/LPECheckCommand.hpp @@ -1,7 +1,7 @@ #ifndef __LPE_CHECK_COMMAND_HPP #define __LPE_CHECK_COMMAND_HPP -#include "OTE/LPECheckCommand.hpp" +#include "se/CheckCommand.hpp" #include "se/StandardObjectType.hpp" #include diff --git a/ACTK1_0/OTE/OteLPECreateCommandTest.cpp b/ACTK1_0/OTE/OteLPECreateCommandTest.cpp index 2bb8a9d..27eb36e 100644 --- a/ACTK1_0/OTE/OteLPECreateCommandTest.cpp +++ b/ACTK1_0/OTE/OteLPECreateCommandTest.cpp @@ -32,11 +32,11 @@ void doWork() vector techIds; techIds.push_back("JTKCON2"); string registrant("JTKCON"); -*ote", "jtkUT3st", ®istrant, &techIds, + OteLPECreateCommand cmd("jtkutest.co.ae", "jtkUT3st", ®istrant, &techIds, eligibilityType, policyReason, registrantName); const string xml(cmd.toXML()); ASSERT_EQ(xml, -*oteProperties>JTKUTEST.20070101.010101.0"); + "jtkutest.co.aeJTKCONJTKCON2jtkUT3stAusRegistryTrade License (IT)1JTKUTEST.20070101.010101.0"); } /** @@ -65,7 +65,7 @@ void doWork() Period period(48, PeriodUnit::MONTHS()); OteLPECreateCommand cmd( -*ote", "jtkUT3st", ®istrant, + "jtkutest.co.ae", "jtkUT3st", ®istrant, &techIds, &adminContacts, NULL, &nameServers, &period, eligibilityType, policyReason, @@ -73,7 +73,7 @@ void doWork() ®istrantIDType, &eligibilityName, &eligibilityID, &eligibilityIDType); const string xml(cmd.toXML()); -*oteProperties>JTKUTEST.20070101.010101.0"); + ASSERT_EQ(xml, "jtkutest.co.ae48ns1.ausregistry.netns2.ausregistry.netJTKCONJTKCONJTKCON2JTKCON2jtkUT3stAusRegistry01241326211Trade License (IT)Blah12312395231JTKUTEST.20070101.010101.0"); } }