mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 07:19:22 +00:00
add a trace for test failure analysis
This commit is contained in:
parent
23b90b35c8
commit
0fb29d765a
@ -273,6 +273,7 @@ public class ApiTests extends AbstractTest {
|
||||
public void testDates() {
|
||||
eval(ModuleKind.none, (logHandler, r) -> {
|
||||
logHandler.assertNoProblems();
|
||||
System.out.println("result = " + r.get("localeString"));
|
||||
assertTrue(asList(
|
||||
"1/1/2020, 1:00:00 AM",
|
||||
"2020-1-1 1:00:00 AM").contains(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user