Merge branch 'Dodanie-nowych-kolumn' into admin-user
This commit is contained in:
commit
4758c505c4
@ -15,7 +15,7 @@ public class FileReaderTest {
|
|||||||
final FileReader r = new FileReader(inputStream);
|
final FileReader r = new FileReader(inputStream);
|
||||||
final FileData d = r.read();
|
final FileData d = r.read();
|
||||||
assertTrue(d.getRows().next().getCell(0).toString().equals("1.0"));
|
assertTrue(d.getRows().next().getCell(0).toString().equals("1.0"));
|
||||||
assertTrue(d.getKeys().size() == 22);
|
assertTrue(d.getKeys().size() == 24);
|
||||||
assertTrue(d != null);
|
assertTrue(d != null);
|
||||||
}
|
}
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user