@Test
public void noneUniqueIds()
{
String namespace = "org.jboss.sample";
InteractionUnit root = new Builder()
.start(new Container(namespace, "sample", "Sample", Choice))
.start(new Container(namespace, "tab1", "Fooo", Concurrency))
.add(new Select(namespace, "list", "List1"))
.end()
.start(new Container(namespace, "tab2", "Bar", Concurrency))