File: disable_is_localhost_test.patch

package info (click to toggle)
sogo 5.12.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 103,436 kB
  • sloc: objc: 122,472; javascript: 75,271; sh: 2,352; ansic: 2,055; perl: 861; python: 777; sql: 307; makefile: 184; php: 43; xml: 27
file content (12 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Index: sogo/Tests/Unit/GNUmakefile
===================================================================
--- sogo.orig/Tests/Unit/GNUmakefile
+++ sogo/Tests/Unit/GNUmakefile
@@ -33,7 +33,6 @@ $(TEST_TOOL)_OBJC_FILES += \
 	TestNSString+Utilities.m \
 	TestNSURL+misc.m \
 	TestNGMailAddressParser.m \
-	TestNGInternetSocketAddress.m \
 	\
 	TestRTFHandler.m \
 	\