JAVA-5954: Strip out unnecceary test data from 10mb file (#11145)

This commit is contained in:
kwoyke 2021-08-19 16:47:32 +02:00 committed by GitHub
parent 774268a155
commit 6ecf7ec207
2 changed files with 8820 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class QueryXmlResourceWithConcurrentAxisIntegrationTest {
@Test
public void createDatabaseAndXMarkResourceAndCheckQuery() throws IOException {
final var pathToXmlFile = XML_DIRECTORY.resolve("10mb.xml");
final var pathToXmlFile = XML_DIRECTORY.resolve("regions.xml");
// Create an empty XML database.
Databases.createXmlDatabase(new DatabaseConfiguration(DATABASE_PATH));

File diff suppressed because it is too large Load Diff