trr#291
Posted May 28th, 2007 by alexk_es
Test Case Specification:
Multi-constraint formal generics: access to renamed feature in clickable formTest result:
Failed
Description:
Flat view looks like
f
do
create item
io.put_string (item.out)
io.put_new_line
io.put_string (item.out)
io.put_new_line
io.put_string (item.f)
io.put_new_line
io.put_string (item.f)
io.put_new_line
io.put_string (item.h)
io.put_new_line
io.put_string (item.g)
io.put_new_line
end
-- Error(s) occured, which was due to a compilation failure.
-- Multi constraint formal: More than one feature available for feature with routine id: 26
-- Multi constraint formal: More than one feature available for feature with routine id: 26
that is not correct and cannot be even compiled.
do
create item
io.put_string (item.out)
io.put_new_line
io.put_string (item.out)
io.put_new_line
io.put_string (item.f)
io.put_new_line
io.put_string (item.f)
io.put_new_line
io.put_string (item.h)
io.put_new_line
io.put_string (item.g)
io.put_new_line
end
-- Error(s) occured, which was due to a compilation failure.
-- Multi constraint formal: More than one feature available for feature with routine id: 26
-- Multi constraint formal: More than one feature available for feature with routine id: 26