Skip to content

Missing file separator in src/test/java/org/snpsift/tests/unit/TestCasesVariantDatabase.java #95

@pgrt

Description

@pgrt

Hello,

In src/test/java/org/snpsift/tests/unit/TestCasesVariantDatabase.java, there are many places where the file separator is missing after java.io.tmpdir, e.g.

  •    String dbDir = System.getProperty("java.io.tmpdir") + "snpsift.TestCasesVariantDatabase.createDb01";
    
  •    String dbDir = System.getProperty("java.io.tmpdir") + "/snpsift.TestCasesVariantDatabase.createDb01";
    

At some places in the file, the separator is present, at other it is not.

Best wishes,

Pierre

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions