Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gp0 committed Mar 31, 2015
1 parent 56a50ba commit e90f895
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/pdb.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ end
# remote pdb test

# flush cache
rm(Pkg.dir("BiomolecularStructures", ".cache"), recursive=true)

if isreadable(Pkg.dir("BiomolecularStructures", ".cache"))
rm(Pkg.dir("BiomolecularStructures", ".cache"), recursive=true)
end
remote_pdb_handler(r::Test.Success) = rm(Pkg.dir("BiomolecularStructures", ".cache", "2HHB"))
f = open("2HHB.pdb", "r")
reference = readall(f)
Expand Down

0 comments on commit e90f895

Please sign in to comment.