Skip to content

Commit

Permalink
testing log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdyrod committed May 29, 2024
1 parent 20c4937 commit 65b995f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/test/java/org/dhis2/bindings/DateExtensionsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,9 @@ class DateExtensionsTest {
whenever(resourceManager.getPlural(R.plurals.schedule_days, 30, 30)) doReturn "In 30 days"
// System.out.println("CurrentDATE: $currentDate")
// System.out.println("Overdue text: ${date.toOverdueOrScheduledUiText(resourceManager, currentDate)}")
assert(date.toOverdueOrScheduledUiText(resourceManager, currentDate, true) == "In 30 days")
val label = date.toOverdueOrScheduledUiText(resourceManager, currentDate, true)
println("FERDY: $label")
//assert(date.toOverdueOrScheduledUiText(resourceManager, currentDate, true) == "In 30 days")
}

@Test
Expand Down

0 comments on commit 65b995f

Please sign in to comment.