summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/xmltohb.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/common/xmltohb/xmltohb.pl')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/xmltohb.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/xmltohb.pl b/src/usr/targeting/common/xmltohb/xmltohb.pl
index 421af5e4e..e6502f62c 100755
--- a/src/usr/targeting/common/xmltohb/xmltohb.pl
+++ b/src/usr/targeting/common/xmltohb/xmltohb.pl
@@ -968,6 +968,7 @@ sub writeTestEntityPath {
open EP_TEST_FILE, ">", "$cfgSrcOutputDir"."test_ep.H" or die $!;
print EP_TEST_FILE "#include <attributeenums.H>\n";
+ print EP_TEST_FILE "using namespace TARGETING;\n";
print EP_TEST_FILE "EntityPath l_path;\n";
print EP_TEST_FILE "const char * name = NULL;\n";
print(EP_TEST_FILE "const char * test_string = \"Unknown path" .
OpenPOWER on IntegriCloud