Make folly/fbstring test wchar compatible
authorAbhinav Vora <vora@fb.com>
Wed, 2 Jan 2013 20:25:31 +0000 (12:25 -0800)
committerJordan DeLong <jdelong@fb.com>
Sat, 19 Jan 2013 00:37:33 +0000 (16:37 -0800)
commit1ebbefe65734732a46cb6d6b3d9a9e800a415ac0
tree3576a1b602877acf67762213174e492c4758c21e
parent7431dc7e4c62b6884daa751d871f6465ebe7e76a
Make folly/fbstring test wchar compatible

Summary:
(This is a preliminary diff only)

Existing tests will be run again with a folly::basic_fbstring<wchar_t> object.

I have (temporarily) commented out tests that dont work yet.

Test Plan: Test code update only

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D669151
folly/test/FBStringTest.cpp