Skip to content

References to 'c:/tmp/x.ser' in unit tests #1

@ldcasillas-progreso

Description

@ldcasillas-progreso

The unit test suite fails on my machine (OS X) because the following three files have hardcoded references to the path c:/tmp/x.ser:

  • TurboKVMapBasicTest.java
  • WritableTurboKVMapBasicTest.java
  • WritableWritableMapBasicTest.java

Changing the expressions new File("c:/tmp/x.ser") to new File(dbPath, "/x.ser") fixes all the failures.

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