mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +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");
|
compareValuesFiles("values/strings.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void navigationResourceTest() throws BrutException {
|
||||||
|
compareXmlFiles("res/navigation/nav_graph.xml");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void confirmManifestStructureTest() throws BrutException {
|
public void confirmManifestStructureTest() throws BrutException {
|
||||||
compareXmlFiles("AndroidManifest.xml");
|
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