Skip to content

Commit

Permalink
Pass the tests again
Browse files Browse the repository at this point in the history
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
  • Loading branch information
MuntashirAkon committed Oct 4, 2023
1 parent a278c0a commit 312b648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
type="stable release"
version="v3.1.3"
code="426"
date="2 October 2023">
date="4 October 2023">
<fix>
Avoided displaying “Imported” message when no file is selected during importing rules from Watt or Blocker
</fix>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public void flattenActivityToString() {
public void flattenProviderToString() {
RuleEntry rule = new ComponentRule(PACKAGE_NAME, ".provider", RuleType.PROVIDER,
ComponentRule.COMPONENT_TO_BE_BLOCKED_IFW_DISABLE);
assertEquals(PACKAGE_NAME + "\t.provider\tPROVIDER\tfalse", rule.flattenToString(true));
assertEquals(".provider\tPROVIDER\tfalse", rule.flattenToString(false));
assertEquals(PACKAGE_NAME + "\t.provider\tPROVIDER\tdis_false", rule.flattenToString(true));
assertEquals(".provider\tPROVIDER\tdis_false", rule.flattenToString(false));
}

@Test
Expand Down

0 comments on commit 312b648

Please sign in to comment.