Skip to content

Commit

Permalink
Removed reference to 'latest' HLA DB in common well documented allele
Browse files Browse the repository at this point in the history
test, as null or latest hla db should skip all CWD logic.
  • Loading branch information
mpresteg committed Jun 9, 2017
1 parent 8cf46d2 commit 9f186e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void test() {

@Test
public void testLoadAllCWD() throws FileNotFoundException, IOException {
System.setProperty(GLStringConstants.HLADB_PROPERTY, GLStringConstants.LATEST_HLADB);
System.setProperty(GLStringConstants.HLADB_PROPERTY, "3.25.0");
CommonWellDocumentedLoader cwdLoader = CommonWellDocumentedLoader.getInstance();

assertTrue(cwdLoader.getAccessionMap().containsKey(DQA10111));
Expand Down

0 comments on commit 9f186e9

Please sign in to comment.