File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
src/test/java/org/elasticsearch/search/geo Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 339
339
</includes >
340
340
<filtering >true</filtering >
341
341
</testResource >
342
+ <testResource >
343
+ <directory >${basedir} /src/test/java</directory >
344
+ <includes >
345
+ <include >**/*.gz</include >
346
+ </includes >
347
+ </testResource >
342
348
<testResource >
343
349
<directory >${basedir} /src/test/resources</directory >
344
350
<includes >
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ public void testShapeRelations() throws Exception {
393
393
@ Test
394
394
@ Slow
395
395
public void bulktest () throws Exception {
396
- byte [] bulkAction = unZipData ("/org/elasticsearch/search/geo/gzippedmap.json " );
396
+ byte [] bulkAction = unZipData ("/org/elasticsearch/search/geo/gzippedmap.gz " );
397
397
398
398
String mapping = XContentFactory .jsonBuilder ()
399
399
.startObject ()
File renamed without changes.
You can’t perform that action at this time.
0 commit comments