-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
mystamps/src/test/java/ru/mystamps/web/tests/Random.java
Lines 37 to 45 in 29f6dc9
// TODO: use constants for statuses | |
private static final String[] STATUSES = new String[] { | |
"Unprocessed", | |
"DownloadingSucceeded", | |
"DownloadingFailed", | |
"ParsingSucceeded", | |
"ParsingFailed", | |
"ImportSucceeded", | |
}; |