Skip to content

Commit ade63d1

Browse files
committed
More fixes
1 parent 04d25ad commit ade63d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

genotyping/test/src/org/labkey/test/tests/HaplotypeAssayTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ private void verifySecondRun()
325325

326326
// validate extra column in view
327327
DataRegionTable drt = new DataRegionTable("Data", this);
328-
verifyColumnDataValues(drt, "ClientAnimalId", "x456", "x567", "x678", "x789", "x888", "x999");
328+
verifyColumnDataValues(drt, "AnimalId/ClientAnimalId", "x456", "x567", "x678", "x789", "x888", "x999");
329329

330330
// verify that the animal and haplotype rows were properly inserted
331331
goToQuery("Animal");
@@ -345,10 +345,10 @@ private void verifySecondRun(String prefix)
345345
verifyColumnDataValues(drt, "TotalReads", "4000", "5000", "6000", "7000", " ", "0");
346346
verifyColumnDataValues(drt, "IdentifiedReads", "2500", "3250", "3000", "3500", " ", "1");
347347
verifyColumnDataValues(drt, "PercentUnknown", "37.5", "35.0", "50.0", "50.0", " ", " ");
348-
verifyColumnDataValues(drt, prefix+"-AHaplotype1", "A001", " ", "A033", "A004", "A004", "A004");
349-
verifyColumnDataValues(drt, prefix+"-AHaplotype2", "A023", " ", "A033", " ", "A004", "A004");
350-
verifyColumnDataValues(drt, prefix+"-BHaplotype1", "B015c", " ", "B012b", "B033", "B033", "B033");
351-
verifyColumnDataValues(drt, prefix+"-BHaplotype2", "B025a", " ", "B012b", "B033", "B033", "B033");
348+
verifyColumnDataValues(drt, prefix+"AHaplotype1", "A001", " ", "A033", "A004", "A004", "A004");
349+
verifyColumnDataValues(drt, prefix+"AHaplotype2", "A023", " ", "A033", " ", "A004", "A004");
350+
verifyColumnDataValues(drt, prefix+"BHaplotype1", "B015c", " ", "B012b", "B033", "B033", "B033");
351+
verifyColumnDataValues(drt, prefix+"BHaplotype2", "B025a", " ", "B012b", "B033", "B033", "B033");
352352
verifyColumnDataValues(drt, "Enabled", "true", "true", "true", "true", "true", "true");
353353

354354
// verify concatenated haplotype strings

0 commit comments

Comments
 (0)