Switch the logging tests from .native() to .string()
authorChristopher Dykes <cdykes@fb.com>
Fri, 23 Jun 2017 01:08:23 +0000 (18:08 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 23 Jun 2017 01:24:36 +0000 (18:24 -0700)
commitd4e51b57186c30a66318ff14de720eea069b141e
tree7e3e852f408efacc10a66dc518d04e543436593e
parent7af82bb28731bec1eed740010bca83addc218875
Switch the logging tests from .native() to .string()

Summary: These were using `boost::filesystem::path.native()` in contexts where an `std::string` was the expected output. `boost::filesystem::path.native()` returns a `std::wstring` on Windows, so use `.string()` instead.

Reviewed By: simpkins

Differential Revision: D5305649

fbshipit-source-id: 3c7cd53d2f33d2dbb222731655cdab69d1c4a187
folly/experimental/logging/test/AsyncFileWriterTest.cpp
folly/experimental/logging/test/ImmediateFileWriterTest.cpp