This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18359 - base64-014, -114, -115
Summary: base64-014, -114, -115
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
: 18407 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-07-23 13:28 UTC by Tim Mills
Modified: 2012-07-27 12:51 UTC (History)
2 users (show)

See Also:


Attachments

Description Tim Mills 2012-07-23 13:28:15 UTC
My results disagree with the expected results for the following tests.

base64-014
  expected: AQIDBAUGBwgJCgsMDQ4PEBETExMUFRYXGBkaGxwdHyAhIiMkJTYnKCkqKywtLi8=
  actual:   AQIDBAUGBwgJCgsMDQ4PEBESExMUFRYXGBkaGxwdHyAhIiMkJSYnKCkqKywtLi8=

base64-114
  expected: 0102030405060708090A0B0C0D0E0F10111213131415161718191A1B1C1D1F202122232425262728292A2B2C2D2E2F
  actual:   0102030405060708090A0B0C0D0E0F10111313131415161718191A1B1C1D1F202122232425362728292A2B2C2D2E2F

base64-115
  expected: 0102030405060708090A0B0C0D0E0F10111213131415161718191A1B1C1D1F202122232425262728292A2B2C2D2E2F
  actual:   0102030405060708090A0B0C0D0E0F10111313131415161718191A1B1C1D1F202122232425362728292A2B2C2D2E2F


Could you please confirm that the expected results are correct?
Comment 1 Michael Kay 2012-07-24 12:26:54 UTC
Now fixed.

("S" and "T" were interchanged in my base64 alphabet following a recent refactoring of the code. The tests served their purpose...)
Comment 2 Michael Kay 2012-07-26 00:51:06 UTC
*** Bug 18407 has been marked as a duplicate of this bug. ***
Comment 3 Tim Mills 2012-07-27 12:51:33 UTC
Confirmed fixed.  Thanks.