* Tests if NN-profile secondary headers are handled correctly when the
* request contains more than one Opt header. (The list of headers used must
* not depend on the order of the headers in the request.)
*/
public void testNNProfileMultipleOpt() throws RepositoryException {
final DeviceRepositoryAccessorMock accessorMock =
new DeviceRepositoryAccessorMock("accessorMock", expectations);
final DefaultDeviceMock deviceMock1 =
new DefaultDeviceMock("deviceMock1", expectations);
final DefaultDeviceMock deviceMock2a =
new DefaultDeviceMock("deviceMock2a", expectations);
final DefaultDeviceMock deviceMock2b =