A minor bug in ipv4 and ipv6 test
ClosedPublic

Authored by pranavgade on Dec 10 2018, 11:59 AM.

Details

Summary

Some QCOMPAREs were comparing a value in a map with itself.
Fixed.

Diff Detail

Repository
R282 NetworkManagerQt
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
pranavgade created this revision.Dec 10 2018, 11:59 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptDec 10 2018, 11:59 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
pranavgade requested review of this revision.Dec 10 2018, 11:59 AM
jgrulich accepted this revision.Dec 10 2018, 12:02 PM
This revision is now accepted and ready to land.Dec 10 2018, 12:02 PM

This change causes the ipv4 address test to fail due to a difference in size of list.
[F6468448]

This revision was automatically updated to reflect the committed changes.

This change causes the ipv4 address test to fail due to a difference in size of list.
[F6468448]

D17497: A minor typo in ipv4 test will fix this.