Keep test numbering consistent 66/17166/1
authorSam Hague <shague@redhat.com>
Thu, 26 Mar 2015 15:29:49 +0000 (11:29 -0400)
committerSam Hague <shague@redhat.com>
Thu, 26 Mar 2015 15:31:12 +0000 (11:31 -0400)
Also fix spacing on the pom file.

Change-Id: I3fad4059121a9d50112afd99bbe9a56951e11a33
Signed-off-by: Sam Hague <shague@redhat.com>
neutron-spi/pom.xml
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronSubnetTest.java

index 0195f2a48aad5d1a26d50866816eea99cce34467..60d346aebf29e3856abb4c388e2146c93259e9ce 100644 (file)
@@ -26,9 +26,9 @@
       <artifactId>slf4j-api</artifactId>
     </dependency>
     <dependency>
-       <groupId>junit</groupId>
-       <artifactId>junit</artifactId>
-       <scope>test</scope>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
     </dependency>
   </dependencies>
   <build>
index e233a71dc7cfb2f95ae17717ca1680dadab1a34d..1b48efe41fd09f60c90cedec4c6c81e1cfe46a02 100644 (file)
@@ -37,7 +37,7 @@ public class NeutronSubnetTest {
 
         objectUT.setIpVersion(6);
         objectUT.setCidr("2015:0:0:0:0:0:0:0/24");
-        Assert.assertTrue("isValidCIDR Test 3: Testing valid V6 CIDR (2015:0:0:0:0:0:0:0/24) failed",
+        Assert.assertTrue("isValidCIDR Test 1: Testing valid V6 CIDR (2015:0:0:0:0:0:0:0/24) failed",
               objectUT.isValidCIDR());
         objectUT.setCidr("2015:0:0:0:0:0:0:1/24");
         Assert.assertFalse("isValidCIDR Negative Test 1: Testing invalid CIDR (2015:0:0:0:0:0:0:1) failed",