Fixing minor build errors 56/356/1
authorDavid Erickson <daviderickson@cs.stanford.edu>
Thu, 16 May 2013 09:12:13 +0000 (02:12 -0700)
committerDavid Erickson <daviderickson@cs.stanford.edu>
Thu, 16 May 2013 09:12:13 +0000 (02:12 -0700)
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 <daviderickson@cs.stanford.edu>
opendaylight/northbound/integrationtest/pom.xml
opendaylight/northboundtest/unit_test_suite/src/main/java/org/opendaylight/controller/northboundtest/unittestsuite/internal/API3UnitTest.java

index 102c5ad18265fbd9158a021d15d5d37f42a23216..67d6b379506248fe44bf9debcc208afdc5a87ad4 100644 (file)
@@ -4,9 +4,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.controller</groupId>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.controller</groupId>
-    <artifactId>commons.onecontroller</artifactId>
+    <artifactId>commons.opendaylight</artifactId>
     <version>1.4.0-SNAPSHOT</version>
     <version>1.4.0-SNAPSHOT</version>
-    <relativePath>../../commons/onecontroller</relativePath>
+    <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
index f2cbb97bfa85cf491d7f8de6dd3031a571c8d47a..aef2540f935a1987ca28deaa411ec295c69c423e 100644 (file)
@@ -145,7 +145,7 @@ public class API3UnitTest implements CommandProvider {
             printStream(process.getErrorStream());
         } catch (Exception e) {
             System.out.println("Exception!");
             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!");
             printStream(process.getErrorStream());
         } catch (Exception e) {
             System.out.println("Exception!");
-            logger.error("",e);
+            log.error("",e);
         }
     }
 
         }
     }