add test data
This commit is contained in:
14915
modules/mogo-module-service/src/main/assets/adas10.txt
Normal file
14915
modules/mogo-module-service/src/main/assets/adas10.txt
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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")));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user