[yast-commit] r64794 - /trunk/testsuite/src/Testsuite.ycp
Author: jsuchome Date: Thu Jul 14 11:54:08 2011 New Revision: 64794 URL: http://svn.opensuse.org/viewcvs/yast?rev=64794&view=rev Log: removed deprecated lookup call Modified: trunk/testsuite/src/Testsuite.ycp Modified: trunk/testsuite/src/Testsuite.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/testsuite/src/Testsuite.ycp?rev=64794&r1=64793&r2=64794&view=diff ============================================================================== --- trunk/testsuite/src/Testsuite.ycp (original) +++ trunk/testsuite/src/Testsuite.ycp Thu Jul 14 11:54:08 2011 @@ -89,7 +89,7 @@ map res = (map) SCR::Execute (.target.bash_output, command); SCR::UnregisterAllAgents (); - string out = lookup (res, "stdout", " (nil)"); + string out = res["stdout"]:" (nil)"; list<string> lines = splitstring (out, "\n"); maplist (string l, lines, { return y2debug ("%1", l); -- 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