Skip to content

Commit 529581a

Browse files
committed
Added more logging in test.
1 parent 4cd3dac commit 529581a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

panoramapublic/test/src/org/labkey/test/tests/panoramapublic/PanoramaPublicValidationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,11 +410,12 @@ public void testDiannLibrarySources()
410410
List<String> peptideIdV2Sources = List.of("V2_report-lib.parquet.skyline.speclib",
411411
"DIA-NN report file" // We don't know the name of report file. This is a placeholder
412412
);
413+
log("Running data validation. All source files should be marked as missing.");
413414
verifySpecLibSourceFiles(validationPage, libraryName, skylineDoc, librarySize,
414415
Collections.emptyList(), rawV2Sources,
415416
Collections.emptyList(), peptideIdV2Sources);
416417

417-
log("Uploading Parquet files");
418+
log("Uploading speclib, Parquet, and raw files");
418419
List<String> allLibraryFiles = List.of(
419420
"V2_report.parquet",
420421
"V2_report-lib.parquet.skyline.speclib",

0 commit comments

Comments
 (0)