Fixed unstable unit test. 77/5577/1
authorShigeru Yasuda <s-yasuda@da.jp.nec.com>
Mon, 10 Mar 2014 09:04:56 +0000 (18:04 +0900)
committerShigeru Yasuda <s-yasuda@da.jp.nec.com>
Mon, 10 Mar 2014 09:04:56 +0000 (18:04 +0900)
commit17fbaae84822573f2fbae54607c669439c27474d
tree736e7aaa16069710b01a826152a9d8b8f73c39ee
parentf7f684faab54f070b457a9f72f6f5d0a884a7a4e
Fixed unstable unit test.

A MacAddressEntry instance keeps a set of InetAddress instances using
an unorderd set. So string representation of a MacAddressEntry instance
is unstable because it is affected by the order of InetAddress instances.

Change-Id: Ic91af42fcfa851c67d0197d7ad34c2ae1e974413
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
manager/api/src/test/java/org/opendaylight/vtn/manager/MacAddressEntryTest.java
manager/api/src/test/java/org/opendaylight/vtn/manager/TestDataLink.java [new file with mode: 0644]