Skip to content
Snippets Groups Projects
Commit 312b648d authored by Muntashir Al-Islam's avatar Muntashir Al-Islam
Browse files

Pass the tests again

parent a278c0ac
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
type="stable release" type="stable release"
version="v3.1.3" version="v3.1.3"
code="426" code="426"
date="2 October 2023"> date="4 October 2023">
<fix> <fix>
Avoided displaying “Imported” message when no file is selected during importing rules from Watt or Blocker Avoided displaying “Imported” message when no file is selected during importing rules from Watt or Blocker
</fix> </fix>
......
...@@ -30,8 +30,8 @@ public class RuleEntryTest { ...@@ -30,8 +30,8 @@ public class RuleEntryTest {
public void flattenProviderToString() { public void flattenProviderToString() {
RuleEntry rule = new ComponentRule(PACKAGE_NAME, ".provider", RuleType.PROVIDER, RuleEntry rule = new ComponentRule(PACKAGE_NAME, ".provider", RuleType.PROVIDER,
ComponentRule.COMPONENT_TO_BE_BLOCKED_IFW_DISABLE); ComponentRule.COMPONENT_TO_BE_BLOCKED_IFW_DISABLE);
assertEquals(PACKAGE_NAME + "\t.provider\tPROVIDER\tfalse", rule.flattenToString(true)); assertEquals(PACKAGE_NAME + "\t.provider\tPROVIDER\tdis_false", rule.flattenToString(true));
assertEquals(".provider\tPROVIDER\tfalse", rule.flattenToString(false)); assertEquals(".provider\tPROVIDER\tdis_false", rule.flattenToString(false));
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment