Changeset 240459 in webkit


Ignore:
Timestamp:
Jan 24, 2019 5:16:35 PM (5 years ago)
Author:
Ross Kirsling
Message:

Unreviewed fix for API test failure after r240437.

TestWTF.WTF.StringOperators apparently can't deal with another test using String::operator+. This is fine...

  • TestWebKitAPI/Tests/WTF/FileSystem.cpp:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r240455 r240459  
     12019-01-24  Ross Kirsling  <ross.kirsling@sony.com>
     2
     3        Unreviewed fix for API test failure after r240437.
     4
     5        TestWTF.WTF.StringOperators apparently can't deal with another test using String::operator+. This is fine...
     6
     7        * TestWebKitAPI/Tests/WTF/FileSystem.cpp:
     8
    192019-01-24  Jonathan Bedard  <jbedard@apple.com>
    210
  • trunk/Tools/TestWebKitAPI/Tests/WTF/FileSystem.cpp

    r240437 r240459  
    5050        FileSystem::closeFile(handle);
    5151
    52         m_tempFileSymlinkPath = m_tempFilePath + "-symlink";
     52        m_tempFileSymlinkPath = "tempTestFile-symlink";
    5353        FileSystem::createSymbolicLink(m_tempFilePath, m_tempFileSymlinkPath);
    5454
Note: See TracChangeset for help on using the changeset viewer.