GiraffaFS / giraffa

Giraffa FileSystem (Slack: giraffa-fs.slack.com)
https://giraffa.ci.cloudbees.com
Apache License 2.0
17 stars 6 forks source link

Minor refactoring of tests. #167

Closed shvachko closed 9 years ago

shvachko commented 9 years ago
  1. In TestGiraffaCLI add "testGRFAConf.xml" as a constant.
  2. Replace Logger LOG with Log LOG. Somehow tests use Logger instead of Log.
  3. Use IOUtils.cleanup(LOG, t) instead of if(t != null) t.close().
shvachko commented 9 years ago

See branch issue-167.

shvachko commented 9 years ago

Just committed.