diff options
| author | Alex Clayton <alex.clayton@isode.com> | 2016-02-19 15:10:29 (GMT) |
|---|---|---|
| committer | Alex Clayton <alex.clayton@isode.com> | 2016-02-29 11:09:07 (GMT) |
| commit | 2de569d23468c94fdcf1adc336a580b053423fd7 (patch) | |
| tree | f34fff273c65be6006c9de34c6903ad8db553118 /PortingProgress.txt | |
| parent | 3bfe54c141dd3fa20e391312a0a84c75731e2b2a (diff) | |
| download | stroke-2de569d23468c94fdcf1adc336a580b053423fd7.zip stroke-2de569d23468c94fdcf1adc336a580b053423fd7.tar.bz2 | |
Add sort method for ServiceQuery and add Tests
Add the sortResult static method to the DomainNameServiceQuery class. This
required adding a few equivalances for C++ std library methods to the class. And
add a test for the new method too.
Test-information:
All unit tests pass ok.
Change-Id: Idee0888f7ea140d35a971414fc2fd3cbcdfc337f
Diffstat (limited to 'PortingProgress.txt')
| -rw-r--r-- | PortingProgress.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/PortingProgress.txt b/PortingProgress.txt index 4eb2e15..0f798e5 100644 --- a/PortingProgress.txt +++ b/PortingProgress.txt @@ -16,13 +16,13 @@ All files ported to 6ca201d0b48f4273e24dd7bff17c4a46eeaddf39 Base: All files ported to 6ca201d0b48f4273e24dd7bff17c4a46eeaddf39 except for: Algorithm, API, Atomic, boost_bsignals, BoostFilesystemVersion, BoostRandomGenerator, Concat, Debug, Error, foreach, format, - Log, Override, Path, Paths, PathTest, Platform, RandomGenerator, + Log, Override, Path, Paths, PathTest, Platform, Regex, sleep, StartStopper, String, StringTest, WindowsRegistry -- Doesn't Need Porting. SafeAllocator -- Not Yet Ported! DateTimeTest -- Not Yet Ported! Individual Comments: @@ -130,14 +130,12 @@ All files ported to 6ca201d0b48f4273e24dd7bff17c4a46eeaddf39. ----- Network: All files ported to 6ca201d0b48f4273e24dd7bff17c4a46eeaddf39 except for: -DomainNameServiceQuery -- sortResults not Implemented. -DomainNameServiceQueryTest -- Not Yet Ported! GConfProxyProvider, UnixProxyProvider, WindowsProxyProvider, MacOSXProxyProvider -- Not Yet Ported! NetworkEnvironment, SolarisNetworkEnvironment, UnixNetworkEnvironment, WindowsNetworkEnvironment -- Not Yet Ported! HTTPConnectProxiedConnectionTest -- Not Yet Ported! HostNameOrAddress -- Not Yet Ported! PlatformNATTraversalWorker, MiniUPnPInterface, NATPMPInterface -- Not Yet Ported! PlatformDomainNameAddressQuery -- Not Yet Ported! |
Swift