How to insert line breaks dbunit dataset.
Posted
by Vladimir
on Stack Overflow
See other posts from Stack Overflow
or by Vladimir
Published on 2010-05-06T12:04:52Z
Indexed on
2010/05/06
12:08 UTC
Read the original article
Hit count: 340
How to insert line break in dbunit dataset? Like this:
<user id="1"
story="first line
second line
third line"/>
If I do it in this way field story in db appears divided by spaces only but I need a line break.
© Stack Overflow or respective owner