cal passes

This commit is contained in:
Henry Schimke
2022-09-15 17:03:56 -05:00
parent 2768ca4b3b
commit f8dfd9de23
4 changed files with 73 additions and 20 deletions

View File

@@ -217,7 +217,7 @@ fn doTest(
assert_eq!(description, calRXingResult.getDescription());
assert_eq!(summary, calRXingResult.getSummary());
assert_eq!(location, calRXingResult.getLocation());
let dateFormat = "%c"; //makeGMTFormat();
let dateFormat = "%Y%m%dT%H%M%SZ"; //makeGMTFormat();
assert_eq!(
startString,
format_date_string(calRXingResult.getStartTimestamp(), dateFormat) // dateFormat.format(calRXingResult.getStartTimestamp())