public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 0/3] network-functions.pl : Correct comparisons and enhance testsuite
@ 2019-12-24 12:56 Tim FitzGeorge
  2019-12-24 12:56 ` [PATCH 1/3] network-functions.pl : Enhance testsuite to show cause of error Tim FitzGeorge
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Tim FitzGeorge @ 2019-12-24 12:56 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 700 bytes --]

Fixes a number of minor bugs in network-functions.pl where comparisons of binary network
representations is done using string rather than integer comparision operators, and checks
for undefined values are done on the wrong variables.

Also enhances the testsuite to display information on failed test.

Fixes: 12263

Tim FitzGeorge (3):
  network-functions.pl : Enhance testsuite to show cause of error
  network-functions.pl : Compare correct variables in network_equal
  network-functions.pl : Use integer comparison rather than string

 config/cfgroot/network-functions.pl | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

-- 
2.16.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-01-06 18:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-24 12:56 [PATCH 0/3] network-functions.pl : Correct comparisons and enhance testsuite Tim FitzGeorge
2019-12-24 12:56 ` [PATCH 1/3] network-functions.pl : Enhance testsuite to show cause of error Tim FitzGeorge
2019-12-24 12:56 ` [PATCH 2/3] network-functions.pl : Compare correct variables in network_equal Tim FitzGeorge
2019-12-24 13:04   ` Michael Tremer
2019-12-28 20:57     ` Tim FitzGeorge
2020-01-06 17:16       ` Michael Tremer
2020-01-06 17:33         ` Aw: " Bernhard Bitsch
2020-01-06 18:57           ` Michael Tremer
2019-12-24 12:56 ` [PATCH 3/3] network-functions.pl : Use integer comparison rather than string Tim FitzGeorge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox