{
public void testNoPrefix()
{
IComponent component = newComponent();
IBinding binding = newBinding();
BindingFactory factory = newFactory();
Location l = newLocation();
BindingPrefixContribution c = new BindingPrefixContribution();
c.setPrefix(BindingConstants.LITERAL_PREFIX);
c.setFactory(factory);
// Training
factory.createBinding(component, "foo", "a literal value without a prefix", l);
getControl(factory).setReturnValue(binding);
replayControls();
BindingSourceImpl bs = new BindingSourceImpl();