mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 13:57:46 +01:00
test: navigation resource test added
This commit is contained in:
parent
016fc51491
commit
06aa8db942
@ -72,6 +72,11 @@ public class BuildAndDecodeTest extends BaseTest {
|
||||
compareValuesFiles("values/strings.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void navigationResourceTest() throws BrutException {
|
||||
compareXmlFiles("res/navigation/nav_graph.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void confirmManifestStructureTest() throws BrutException {
|
||||
compareXmlFiles("AndroidManifest.xml");
|
||||
|
@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<navigation xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
</navigation>
|
Loading…
Reference in New Issue
Block a user