Author: kmachalkova Date: Tue Nov 24 13:50:58 2009 New Revision: 59731 URL: http://svn.opensuse.org/viewcvs/yast?rev=59731&view=rev Log: We don't need those anymore as we don't do complete NetworkConfig::Read and Host::Read in DNS::Read Modified: trunk/network/src/modules/DNS.ycp trunk/network/testsuite/tests/Network_YaPI.out Modified: trunk/network/src/modules/DNS.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/modules/DNS.ycp?rev=59731&r1=59730&r2=59731&view=diff ============================================================================== --- trunk/network/src/modules/DNS.ycp (original) +++ trunk/network/src/modules/DNS.ycp Tue Nov 24 13:50:58 2009 @@ -18,6 +18,7 @@ import "NetHwDetection"; import "Hostname"; import "IP"; +import "NetworkConfig"; import "NetworkInterfaces"; import "ProductFeatures"; import "Progress"; Modified: trunk/network/testsuite/tests/Network_YaPI.out URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/testsuite/tests/Network_YaPI.out?rev=59731&r1=59730&r2=59731&view=diff ============================================================================== --- trunk/network/testsuite/tests/Network_YaPI.out (original) +++ trunk/network/testsuite/tests/Network_YaPI.out Tue Nov 24 13:50:58 2009 @@ -1,13 +1,5 @@ Read .target.tmpdir nil Log Failed to set temporary directory: nil -Dir .sysconfig.network.config: ["NETCONFIG_DNS_STATIC_SEARCHLIST", "NETCONFIG_DNS_STATIC_SERVERS"] -Read .sysconfig.network.config."NETCONFIG_DNS_STATIC_SEARCHLIST"."comment" "suse.cz suse.de" -Read .sysconfig.network.config."NETCONFIG_DNS_STATIC_SEARCHLIST" "suse.cz suse.de" -Read .sysconfig.network.config."NETCONFIG_DNS_STATIC_SERVERS"."comment" "208.67.222.222 208.67.220.220" -Read .sysconfig.network.config."NETCONFIG_DNS_STATIC_SERVERS" "208.67.222.222 208.67.220.220" -Dir .sysconfig.network.dhcp: [] -Read .target.size "/etc/hosts" 27 -Dir .etc.hosts: [] Read .target.size "/etc/install.inf" 27 Read .etc.install_inf nil Read .sysconfig.network.config.NETCONFIG_DNS_POLICY nil -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org