X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fconfig-api%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconfig%2Fapi%2FModuleIdentifierTest.java;h=edfcc2611324008a898d876424f4f1a394c1cc3a;hp=c0e584a0986009499b8dc6601c0f529318b95ee3;hb=49a8f637c547627c17fe27670a3e69e4ec01f610;hpb=78fec1c1c5a3720bd48d1044703824626f08b5d9 diff --git a/opendaylight/config/config-api/src/test/java/org/opendaylight/controller/config/api/ModuleIdentifierTest.java b/opendaylight/config/config-api/src/test/java/org/opendaylight/controller/config/api/ModuleIdentifierTest.java index c0e584a098..edfcc26113 100644 --- a/opendaylight/config/config-api/src/test/java/org/opendaylight/controller/config/api/ModuleIdentifierTest.java +++ b/opendaylight/config/config-api/src/test/java/org/opendaylight/controller/config/api/ModuleIdentifierTest.java @@ -1,12 +1,18 @@ -package org.opendaylight.controller.config.api; +/* + * Copyright (c) 2014 Cisco Systems, Inc. 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 + */ -import junit.framework.Assert; -import org.junit.Test; +package org.opendaylight.controller.config.api; import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotEquals; +import org.junit.Test; + public class ModuleIdentifierTest { String fact = new String("factory"); String inst = new String("instance");