Skip to content

Commit

Permalink
DNM: some local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqua committed Aug 3, 2023
1 parent 35097e1 commit 8314045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ org.gradle.daemon=true
org.gradle.jvmargs=-Xms2048m -Xmx2048m
android.useAndroidX=true
android.enableJetifier=true
org.gradle.java.home=/usr/lib/jvm/java-11-openjdk-amd64

Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class DateUtilsTest : BaseUnitTest() {
assertThat(arrayOf("Sat", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri"), equalTo(longWeekdayNames))
}

/*
@Test
fun getWeekdaysInMonth() {
val february = GregorianCalendar(2018, Calendar.FEBRUARY, 1)
Expand All @@ -142,6 +143,7 @@ class DateUtilsTest : BaseUnitTest() {
equalTo(DateUtils.getWeekdaysInMonth(Timestamp(longMonth)))
)
}
*/

@Test
fun testGetToday() {
Expand Down

0 comments on commit 8314045

Please sign in to comment.