From 37ab61384593856a9117534a6952dc70aa1de88d Mon Sep 17 00:00:00 2001 From: David Erickson Date: Thu, 16 May 2013 02:12:13 -0700 Subject: [PATCH] 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 --- opendaylight/northbound/integrationtest/pom.xml | 4 ++-- .../northboundtest/unittestsuite/internal/API3UnitTest.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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); } } -- 2.36.6