@Ignore("May fail because of a conflict with the admin uzer (the account created on setUp)")
@Override
public void testSave() throws Exception {
try {
DatabaseConnection connection = new DatabaseConnection(dataSource.getConnection());
IDataSet expectedDataSet = new FlatXmlDataSetBuilder().build(this.getClass().getResource("/dbunit/dao/admin/uzer-create_no-id.xml")
.openStream());
Uzer uzer = new Uzer();
Uzer nuzer;
Program program = new Program();
Profile profile = new Profile();