add test data

This commit is contained in:
lixiaopeng
2021-08-16 18:14:48 +08:00
parent 86021da238
commit b9261cd42d
2 changed files with 14917 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -902,8 +902,8 @@ public class MockIntentHandler implements IntentHandler {
final long start = System.currentTimeMillis();
if (readers == null) {
readers = new BufferedReader[200];
for (int i = 0; i < 200; i++) {
readers = new BufferedReader[10];
for (int i = 0; i < 10; i++) {
readers[i] = new BufferedReader(new InputStreamReader(AbsMogoApplication.getApp().getAssets().open("adas" + i + ".txt")));
}
}