-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only do the IPv6 unit test if IPv6 is enabled
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was my original solution to this long-standing issue. The "problem" I had with it is that it introduces a dependence in the unit tests (that settings are functional, and have also (possibly) been initialised and/or read). I didn't particularly like this.
Anyway since my personal opinion //now// is that test.cpp|h needs some work I have no particular problem with this fix any more.