Skip to content
  • thatcher's avatar
    LayoutTests: · 0440e654
    thatcher authored
            Reviewed by Anders.
    
            <rdar://problem/5228168> Leopard regression test failures: fast/applescript
            
            New results to match the DumpRenderTree changes.
    
            * fast/AppleScript/001-expected.txt:
            * fast/AppleScript/array-expected.txt:
            * fast/AppleScript/date-expected.txt:
    
    WebKitTools:
    
            Reviewed by Anders.
    
            <rdar://problem/5228168> Leopard regression test failures: fast/applescript
    
            There were some changes in Leopard that made our test output inconsistent with Tiger.
    
            NSAppleEventDescriptor no longer returns a stringValue for typeType descriptors
            on Leopard, so output our own readable string for typeType descriptors.
    
            NSArray's description also changed on Leopard to output more whitespace, so
            make our own string representation for typeAEList descriptors. This requires
            a special case typeUnicodeText too, so the output is a quoted string.
    
            * DumpRenderTree/AppleScriptController.m:
            (convertAEDescToObject):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@23740 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    0440e654