bos / configurator

A Haskell library supporting flexible, dynamic file-based configuration.
Other
128 stars 27 forks source link

configurator-0.3.0 test suite failure #22

Open peti opened 9 years ago

peti commented 9 years ago

Citing from http://hydra.cryp.to/build/1067954/log/raw:

Running 1 test suites...
Test suite tests: RUNNING...
load: [OK]
types: [OK]
interp: [OK]
scoped-interp: [OK]
import: [OK]
reload: [Failed]
notify happened
expected: Nothing
 but got: Just ()

         Test Cases  Total      
 Passed  5           5          
 Failed  1           1          
 Total   6           6          
Test suite tests: FAIL
castletheperson commented 6 years ago

When I run the test suite, "reload" passes but "import" fails.

Running 1 test suites...
Test suite tests: RUNNING...
load: [OK]
types: [OK]
interp: [OK]
scoped-interp: [OK]
import: [Failed]
pathological.cfg: openFile: does not exist (No such file or directory)
reload: [OK]

         Test Cases  Total
 Passed  5           5
 Failed  1           1
 Total   6           6
Test suite tests: FAIL