Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Edited README.md via GitHub
  • Loading branch information
marcphilipp committed Aug 7, 2011
1 parent d857bcf commit 5e39a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ After researching and looking through the DBUnit code -- especially `FlatXmlData
builder.newRow("PERSON").with(name, "Alice").with(age, 23).add();

// New columns are added on the fly
builder.newRow("PERSON").with(NAME, "Charlie").with("LAST_NAME", "Brown").add();
builder.newRow("PERSON").with(name, "Charlie").with("LAST_NAME", "Brown").add();

IDataSet dataSet = builder.build();

Expand Down

0 comments on commit 5e39a10

Please sign in to comment.