From: David Erickson Date: Thu, 16 May 2013 09:12:13 +0000 (-0700) Subject: Fixing minor build errors X-Git-Tag: releasepom-0.1.0~445^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=37ab61384593856a9117534a6952dc70aa1de88d Fixing minor build errors The POM of the northbound integration test was referencing the onecontroller name instead of opendaylight. And /logger/log/ in a test file. Signed-off-by: David Erickson --- diff --git a/opendaylight/northbound/integrationtest/pom.xml b/opendaylight/northbound/integrationtest/pom.xml index 102c5ad182..67d6b37950 100644 --- a/opendaylight/northbound/integrationtest/pom.xml +++ b/opendaylight/northbound/integrationtest/pom.xml @@ -4,9 +4,9 @@ 4.0.0 org.opendaylight.controller - commons.onecontroller + commons.opendaylight 1.4.0-SNAPSHOT - ../../commons/onecontroller + ../../commons/opendaylight org.opendaylight.controller diff --git a/opendaylight/northboundtest/unit_test_suite/src/main/java/org/opendaylight/controller/northboundtest/unittestsuite/internal/API3UnitTest.java b/opendaylight/northboundtest/unit_test_suite/src/main/java/org/opendaylight/controller/northboundtest/unittestsuite/internal/API3UnitTest.java index f2cbb97bfa..aef2540f93 100644 --- a/opendaylight/northboundtest/unit_test_suite/src/main/java/org/opendaylight/controller/northboundtest/unittestsuite/internal/API3UnitTest.java +++ b/opendaylight/northboundtest/unit_test_suite/src/main/java/org/opendaylight/controller/northboundtest/unittestsuite/internal/API3UnitTest.java @@ -145,7 +145,7 @@ public class API3UnitTest implements CommandProvider { printStream(process.getErrorStream()); } catch (Exception e) { System.out.println("Exception!"); - logger.error("",e); + log.error("",e); } } @@ -197,7 +197,7 @@ public class API3UnitTest implements CommandProvider { printStream(process.getErrorStream()); } catch (Exception e) { System.out.println("Exception!"); - logger.error("",e); + log.error("",e); } }