AttrDirTest
suite->addTest( new CppUnit::TestCaller<NodeTest>("BNode::Attribute Directory Test", &NodeTest::AttrDirTest) );
AttrDirTest(*node);
suite->addTest( new TC(p + "BNode::AttrDir Test", &NodeTest::AttrDirTest) );
void AttrDirTest();
void AttrDirTest(BNode &node);