hassanakbar4 / tractive-test

0 stars 0 forks source link

index sort should disregard capitalization #255

Closed hassanakbar4 closed 3 years ago

hassanakbar4 commented 10 years ago

component_Version 2 cli resolution_fixed type_defect | by arusso@amsl.com


In the index, the sort should be alphabetical without regard for capitalization. Example from the attached file.

v1 txt (desired)

   G
      Grammar
         Accept-Ranges  6
         acceptable-ranges  6
         byte-content-range  11
         byte-range  11
         byte-range-resp  11
         byte-range-set  4
         byte-range-spec  4
         byte-ranges-specifier  4
         bytes-unit  4
         complete-length  11
         Content-Range  11
         first-byte-pos  4
         If-Range  8
...

v2 text - specifically v2.4.7 (not desired)

   G
      Grammar
         Accept-Ranges  6
         Content-Range  11
         If-Range  8
         Range  6
         acceptable-ranges  6
         byte-content-range  11
         byte-range  11
         byte-range-resp  11
         byte-range-set  4
         byte-range-spec  4
         byte-ranges-specifier  4
         bytes-unit  4
         complete-length  11
         first-byte-pos  4
...

Issue migrated from trac:255 at 2021-10-20 18:15:12 +0500

hassanakbar4 commented 10 years ago

@{"email"=>"arusso@amsl.com", "name"=>nil, "username"=>nil} uploaded file indextest.xml (57.5 KiB)

hassanakbar4 commented 10 years ago

@{"email"=>"arusso@amsl.com", "name"=>nil, "username"=>nil} uploaded file indextest.txt (45.5 KiB)

hassanakbar4 commented 10 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} commented


From [1459]:

Updated a test to show the problem described in issue #255.

hassanakbar4 commented 10 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed status from new to closed

hassanakbar4 commented 10 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed resolution from ` tofixed`

hassanakbar4 commented 10 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} commented


Fixed in [1460]:

Changed the sort order of iref index items to not be case sensitive. Fixes issue #255.