We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242397c commit 61766c3Copy full SHA for 61766c3
src/test/java/com/maxmind/db/ReaderTest.java
@@ -111,6 +111,11 @@ public void testGetRecord() throws IOException {
111
}
112
113
114
+ @Test
115
+ public void testMetadataPointers() throws IOException {
116
+ Reader reader = new Reader(getFile("MaxMind-DB-test-metadata-pointers.mmdb"));
117
+ assertEquals("Lots of pointers in metadata", reader.getMetadata().getDatabaseType());
118
+ }
119
120
@Test
121
public void testNoIpV4SearchTreeFile() throws IOException {
0 commit comments