0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01
} );
bb.flip();
SyncInfoValueDecorator decorator = new SyncInfoValueDecorator( codec );
decorator.setType( SynchronizationInfoEnum.SYNC_ID_SET );
try
{
decorator.decode( bb.array() );
fail( "Should not be there" );
}
catch ( DecoderException de )
{
assertTrue( true );