[yast-commit] r59987 - /trunk/storage/storage/src/testsuite/tests/proposal1.ycp
Author: aschnell Date: Mon Dec 7 17:01:41 2009 New Revision: 59987 URL: http://svn.opensuse.org/viewcvs/yast?rev=59987&view=rev Log: - fixed logging of proposal Modified: trunk/storage/storage/src/testsuite/tests/proposal1.ycp Modified: trunk/storage/storage/src/testsuite/tests/proposal1.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/testsuite/tests/proposal1.ycp?rev=59987&r1=59986&r2=59987&view=diff ============================================================================== --- trunk/storage/storage/src/testsuite/tests/proposal1.ycp (original) +++ trunk/storage/storage/src/testsuite/tests/proposal1.ycp Mon Dec 7 17:01:41 2009 @@ -47,7 +47,7 @@ DUMP("Proposal:"); foreach(map info, infos, { - string text = info["text"]:""; + string text = info[`text]:""; if (info["destructive"]:false) text = text + " [destructive]"; DUMP(text); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org