result = initialContext.composeName(
new CompositeName("a/b/c"), new CompositeName("prefix")); //$NON-NLS-1$//$NON-NLS-2$
assertEquals("a/b/c", result.toString()); //$NON-NLS-1$
result = initialContext.composeName(
new CompositeName("testString"), new CompositeName("a/b/c/d")); //$NON-NLS-1$//$NON-NLS-2$
assertEquals("testString", result.toString()); //$NON-NLS-1$
CompositeName cn = new CompositeName("a/b/c"); //$NON-NLS-1$
result = initialContext.composeName(cn, new CompositeName("prefix")); //$NON-NLS-1$