Skip to content

Commit

Permalink
test in test case also initial value of attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 1, 2013
1 parent 58f3eab commit 3b52bef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ycp/ruby_from_ycp.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
{
import "CommonModule";

y2milestone ("Response 0: %1", CommonModule::name);

string res = CommonModule::method_a(5,6);
y2milestone ("Response 1: %1", res);

Expand Down

0 comments on commit 3b52bef

Please sign in to comment.