mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
cal passes
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user