Skip to content

Commit 6efcedf

Browse files
committed
Failure test of RDFProtonDescriptor_G3R
1 parent d7191d3 commit 6efcedf

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

descriptor/qsaratomic/src/test/java/org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_G3RTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public void testExample1() throws Exception {
5353
IDescriptorResult result = dv.getValue();
5454
// System.out.println("array: " + result.toString());
5555
Assert.assertNotNull(result);
56+
Assert.assertEquals(dv.getNames().length, result.length());
5657
}
5758

5859
}

descriptor/qsaratomic/src/test/java/org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GDRTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public void testExample1() throws Exception {
5353
IDescriptorResult result = dv.getValue();
5454
// System.out.println("array: " + result.toString());
5555
Assert.assertNotNull(result);
56+
Assert.assertEquals(dv.getNames().length, result.length());
5657
}
5758

5859
}

descriptor/qsaratomic/src/test/java/org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GHRTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public void testExample1() throws Exception {
5959
IDescriptorResult result = dv.getValue();
6060
// System.out.println("array: " + result.toString());
6161
Assert.assertNotNull(result);
62+
Assert.assertEquals(dv.getNames().length, result.length());
6263
}
6364
}
6465
}

descriptor/qsaratomic/src/test/java/org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GHR_topolTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public void testExample1() throws Exception {
5353
IDescriptorResult result = dv.getValue();
5454
// System.out.println("array: " + result.toString());
5555
Assert.assertNotNull(result);
56+
Assert.assertEquals(dv.getNames().length, result.length());
5657
}
5758

5859
}

descriptor/qsaratomic/src/test/java/org/openscience/cdk/qsar/descriptors/atomic/RDFProtonDescriptor_GSRTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public void testExample1() throws Exception {
5353
IDescriptorResult result = dv.getValue();
5454
// System.out.println("array: " + result.toString());
5555
Assert.assertNotNull(result);
56+
Assert.assertEquals(dv.getNames().length, result.length());
5657
}
5758

5859
}

0 commit comments

Comments
 (0)