[haiku-bugs] [Haiku] #12245: BNetworkAddress IsEmpty true when SetTo is run with IPv6 address

  • From: "kallisti5" <trac@xxxxxxxxxxxx>
  • Date: Sun, 26 Jul 2015 19:06:45 -0000

#12245: BNetworkAddress IsEmpty true when SetTo is run with IPv6 address
------------------------------------+------------------------------
Reporter: kallisti5 | Owner: axeld
Type: bug | Status: new
Priority: normal | Milestone: Unscheduled
Component: Kits/Network Kit | Version: R1/Development
Keywords: ipv6 bunittest bnetlib | Blocked By:
Blocking: | Has a Patch: 0
Platform: All |
------------------------------------+------------------------------
{{{
BNetworkAddress address;
ASSERT_TRUE(address.IsEmpty());
address.SetTo("::1");
ASSERT_FALSE(address.IsEmpty()); // Test unit fail
}}}

--
Ticket URL: <https://dev.haiku-os.org/ticket/12245>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: