fix name service unit test

This commit is contained in:
Craig Dowell
2009-09-28 20:18:49 -07:00
parent 2fec093fad
commit 9ff06c2408

View File

@@ -130,6 +130,7 @@ NamesPriv::~NamesPriv ()
{
NS_LOG_FUNCTION_NOARGS ();
Clear ();
m_root.m_name = "";
}
void
@@ -148,7 +149,7 @@ NamesPriv::Clear (void)
m_objectMap.clear ();
m_root.m_parent = 0;
m_root.m_name = "";
m_root.m_name = "Names";
m_root.m_object = 0;
m_root.m_nameMap.clear ();
}