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 8d26367 commit a868e84Copy full SHA for a868e84
rdf-file-core/src/test/java/com/alipay/rdf/file/loader/ResourceLoaderTest.java
@@ -122,6 +122,7 @@ public void testGetInputStreamResourceKey() throws Exception{
122
Assert.assertNotNull(resourceMap.get("testResourcekey2"));
123
Assert.assertNotNull(resourceMap.get("testResourcekey3"));
124
Assert.assertEquals("testResource", testInputStream.getConfig().getParam("type"));
125
+ Assert.assertEquals("aa/bb/cc/dd.json", testInputStream.getPath());
126
127
FileDefaultConfig.DEFAULT_FILE_PARAMS.remove("key1");
128
FileDefaultConfig.DEFAULT_FILE_PARAMS.remove("key2");
0 commit comments