blob: ff3e536fe1906cce77e0ec83fd8119af51b24383 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010-2014 SAP AG and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* SAP AG - initial API and implementation
*******************************************************************************/
package org.eclipse.skalli.testutil;
import java.util.UUID;
public class TestUUIDs {
public static final UUID[] TEST_UUIDS = new UUID[] {
UUID.fromString("e4d78581-08da-4f04-8a90-a7dac41f6247"),
UUID.fromString("db028fc0-06b0-4cb2-b3eb-57804ce24877"),
UUID.fromString("1eb78108-1685-41fd-8149-1501c5b81fcf"),
UUID.fromString("84b2dbab-1038-44a3-a925-06aa58039a16"),
UUID.fromString("24144e5a-6cb5-4925-9ea9-c6e13fb660e0"),
UUID.fromString("2bf62f55-780b-4df8-b0b1-c97e773cce11"),
UUID.fromString("7488bfa2-d795-460e-997f-11ba39fd2a07"),
UUID.fromString("00c5cdb4-fb0f-4f11-913c-44a7f24531bd"),
UUID.fromString("0c2b3d8c-b27b-4fb2-9afc-c3517d37745a"),
UUID.fromString("8906b4b1-591c-42aa-9f74-9396f3d8f645"),
UUID.fromString("57129f9c-1d12-4376-9c01-58f77f6996dd"),
UUID.fromString("92129b24-df47-422d-9d20-2706daa9d47b"),
UUID.fromString("1349368c-9864-4aff-ae0b-92da92cee677")
};
}