GNOME Bugzilla – Bug 710128
Improve gst-rtsp-server address pool unit tests...
Last modified: 2014-02-25 22:28:18 UTC
Created attachment 257284 [details] [review] Proposed patch. These are the tests that I'm adding: Add a range with mixed IPV4 and IPV6 addresses to pool. Get an IPV4 address from an IPV6-only pool. Get an IPV6 address from an IPV4-only pool. Reserve a IPV6 address from an IPV4-only pool. Check for unicast addresses in multicast-only pool. Check for unicast addresses in uni-/multicast-mixed pool. If you want them in separate commits I'm happy to provide that, but given that most are single-line tests it seems a bit unnecessary...
commit cf82d90452a12637ee2fb6d5a99d1a9253721dcd Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Mon Oct 14 19:36:24 2013 +0200 tests: Improve address pool unit tests Add a range with mixed IPV4 and IPV6 addresses to pool. Get an IPV4 address from an IPV6-only pool. Get an IPV6 address from an IPV4-only pool. Reserve a IPV6 address from an IPV4-only pool. Check for unicast addresses in multicast-only pool. Check for unicast addresses in uni-/multicast-mixed pool. https://bugzilla.gnome.org/show_bug.cgi?id=710128