Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/tests/unit/lib/test_addrconv.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ryu/tests/unit/lib/test_addrconv.py 
b/ryu/tests/unit/lib/test_addrconv.py
index ab55886..00a42db 100644
--- a/ryu/tests/unit/lib/test_addrconv.py
+++ b/ryu/tests/unit/lib/test_addrconv.py
@@ -36,6 +36,7 @@ class Test_addrconv(unittest.TestCase):
         eq_(conv.bin_to_text(bin_value), text_value)
 
     def test_ipv4(self):
+        self._test_conv(addrconv.ipv4, '0.0.0.0', '\x00\x00\x00\x00')
         self._test_conv(addrconv.ipv4, '127.0.0.1', '\x7f\x00\x00\x01')
         self._test_conv(addrconv.ipv4, '255.255.0.0', '\xff\xff\x00\x00')
 
-- 
1.8.3.1


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to