|
33 | 33 | import ru.mystamps.web.feature.series.SeriesInGalleryDto;
|
34 | 34 | import ru.mystamps.web.feature.series.SeriesInfoDto;
|
35 | 35 | import ru.mystamps.web.feature.series.importing.ImportRequestFullInfo;
|
36 |
| -import ru.mystamps.web.feature.series.importing.RawParsedDataDto; |
37 | 36 | import ru.mystamps.web.feature.series.importing.sale.SeriesSaleParsedDataDto;
|
38 | 37 | import ru.mystamps.web.feature.series.importing.sale.SeriesSalesParsedDataDbDto;
|
39 | 38 | import ru.mystamps.web.feature.site.SuspiciousActivityDto;
|
40 | 39 | import ru.mystamps.web.tests.Random;
|
41 | 40 |
|
42 | 41 | import java.nio.charset.StandardCharsets;
|
43 |
| -import java.util.Collections; |
44 | 42 | import java.util.Date;
|
45 | 43 |
|
46 | 44 | import static io.qala.datagen.RandomShortApi.bool;
|
@@ -203,26 +201,6 @@ public static EntityWithIdDto createEntityWithIdDto() {
|
203 | 201 | return new EntityWithIdDto(Random.id(), TEST_ENTITY_NAME);
|
204 | 202 | }
|
205 | 203 |
|
206 |
| - public static RawParsedDataDto createRawParsedDataDto() { |
207 |
| - return new RawParsedDataDto( |
208 |
| - Random.categoryName(), |
209 |
| - Random.countryName(), |
210 |
| - Collections.singletonList(Random.url()), |
211 |
| - Random.issueYear().toString(), |
212 |
| - Random.quantity().toString(), |
213 |
| - String.valueOf(Random.perforated()), |
214 |
| - Random.michelNumbers().toString(), |
215 |
| - Random.sellerName(), |
216 |
| - Random.url(), |
217 |
| - String.valueOf(Random.price()), |
218 |
| - Random.currency().toString(), |
219 |
| - String.valueOf(Random.price()), |
220 |
| - // FIXME: alternative currency shouldn't match with currency |
221 |
| - Random.currency().toString(), |
222 |
| - Random.seriesCondition().toString() |
223 |
| - ); |
224 |
| - } |
225 |
| - |
226 | 204 | public static EntityWithParentDto createEntityWithParentDto() {
|
227 | 205 | String name = Random.categoryName();
|
228 | 206 | String parentName = Random.participantGroupName();
|
|
0 commit comments