Fix StatBadPath for Windows 7
authorQingning Huo <qingninghuo@gmail.com>
Tue, 13 Mar 2012 23:20:12 +0000 (23:20 +0000)
committerQingning Huo <qingninghuo@gmail.com>
Tue, 13 Mar 2012 23:20:12 +0000 (23:20 +0000)
commit5605009b08b0900353025105c1646f9613f95662
tree354e13f478c6ba676478a170f3406d2c0b0a6219
parenteca6bbe32bf3d1263ed1173a774f9d91c9b0f415
Fix StatBadPath for Windows 7

The StatBadPath test expects both Windows and Linux to reject a
path name with 512 characters. However, it seems that such path
is actually acceptable to Windows 7. The change constructs a
different path name that is invalid on Windows.
src/disk_interface_test.cc