Skip to content

Commit bcd8201

Browse files
committed
The index tests were wrong too
1 parent dac5fd5 commit bcd8201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AppInstallerCLITests/SQLiteIndex.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,8 +1911,8 @@ TEST_CASE("SQLiteIndex_Search_VersionSorting", "[sqliteindex]")
19111911
{
19121912
{ UtilityVersion("15.0.0"), Channel("") },
19131913
{ UtilityVersion("14.0.0"), Channel("") },
1914-
{ UtilityVersion("13.2.0-bugfix"), Channel("") },
19151914
{ UtilityVersion("13.2.0"), Channel("") },
1915+
{ UtilityVersion("13.2.0-bugfix"), Channel("") },
19161916
{ UtilityVersion("13.0.0"), Channel("") },
19171917
{ UtilityVersion("16.0.0"), Channel("alpha") },
19181918
{ UtilityVersion("15.8.0"), Channel("alpha") },
@@ -1966,8 +1966,8 @@ TEST_CASE("SQLiteIndex_PathString_VersionSorting", "[sqliteindex]")
19661966
{
19671967
{ UtilityVersion("15.0.0"), Channel("") },
19681968
{ UtilityVersion("14.0.0"), Channel("") },
1969-
{ UtilityVersion("13.2.0-bugfix"), Channel("") },
19701969
{ UtilityVersion("13.2.0"), Channel("") },
1970+
{ UtilityVersion("13.2.0-bugfix"), Channel("") },
19711971
{ UtilityVersion("13.0.0"), Channel("") },
19721972
{ UtilityVersion("16.0.0"), Channel("alpha") },
19731973
{ UtilityVersion("15.8.0"), Channel("alpha") },

0 commit comments

Comments
 (0)