TestCase.assertEquals(2, getTotalRows(UNITTEST_DATASET_ID));
}
@Test
public void testReplaceViaFTPInvalidControlFile() throws IOException, InterruptedException {
final UserPreferences userPrefs = getUserPrefs();
File threeRowsFile = new File("src/test/resources/datasync_unit_test_three_rows.csv");
JobStatus result = FTPDropbox2Publisher.publishViaFTPDropboxV2(
userPrefs, UNITTEST_DATASET_ID, threeRowsFile,
new File("src/test/resources/datasync_unit_test_three_rows_control_invalid.json"));