Ran
|
Jobs
1
|
Files
90
|
Run time
4s
|
Badge
Embed ▾
README BADGES
|
travis-ci
PersonListPanelTest#createXmlFileWithPersons(): Fix incorrect path createXmlFileWithPersons() saves the location of the temporarily generated .xml file to: src/test/data/sandboxmanyPersons.xml instead of: src/test/data/sandbox/manyPersons.xml It is likely that the original author of the test intended the saving location to be the latter, given that it has always resolved to the latter until we revamped the path handling logic in AddressBook to use java.nio.file.Paths API, which introduced this discrepancy (commit 75fdb9bb6). Saving the temporary .xml file to the 'sandbox' folder is also ideal as the folder is git-ignored, so even if JVM crashes and does not clean up the temporary file, students would not accidentally commit this potentially _enormous_ .xml file into the repository. Let's fix the incorrect path.
1433 of 1544 relevant lines covered (92.81%)
0.93 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 4722.1 | 90 |
92.81 |
Travis Job 4722.1 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|