[yast-commit] r67840 - in /trunk/security: VERSION package/yast2-security.changes testsuite/tests/Level2.ycp
Author: jsuchome Date: Mon Apr 2 10:44:56 2012 New Revision: 67840 URL: http://svn.opensuse.org/viewcvs/yast?rev=67840&view=rev Log: - testsuite: explicitely set the output of target.stat - 2.22.5 Modified: trunk/security/VERSION trunk/security/package/yast2-security.changes trunk/security/testsuite/tests/Level2.ycp Modified: trunk/security/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/security/VERSION?rev=67840&r1=678... ============================================================================== --- trunk/security/VERSION (original) +++ trunk/security/VERSION Mon Apr 2 10:44:56 2012 @@ -1 +1 @@ -2.22.4 +2.22.5 Modified: trunk/security/package/yast2-security.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/security/package/yast2-security.c... ============================================================================== --- trunk/security/package/yast2-security.changes (original) +++ trunk/security/package/yast2-security.changes Mon Apr 2 10:44:56 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Apr 2 10:27:53 CEST 2012 - jsuchome@suse.cz + +- testsuite: explicitely set the output of target.stat +- 2.22.5 + +------------------------------------------------------------------- Thu Mar 29 15:59:20 CEST 2012 - jsuchome@suse.cz - merge proofread texts Modified: trunk/security/testsuite/tests/Level2.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/security/testsuite/tests/Level2.y... ============================================================================== --- trunk/security/testsuite/tests/Level2.ycp (original) +++ trunk/security/testsuite/tests/Level2.ycp Mon Apr 2 10:44:56 2012 @@ -29,7 +29,11 @@ "displaymanager" : $[ "DISPLAYMANAGER" : "", ] - ] + ], + "target" : $[ + // FileUtils::Exists returns false: + "stat" : $[] + ], ]; Security::Settings = Levels["Level2"]:$[]; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org