[BadCase]日期格式统一

This commit is contained in:
renwj
2022-01-27 14:52:27 +08:00
parent 130275cfc2
commit 2236fda2f2
3 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ class AutoPilotBadCaseTest {
it.key = "yyy_$index"
it.stat = 100
it.type = 1
it.timestamp = SimpleDateFormat("yyyy-MM-dd-HH-mm-ss").format(Date())
it.timestamp = SimpleDateFormat("yyyyMMddHHmmss").format(Date())
index++
})
}
@@ -77,7 +77,7 @@ class AutoPilotBadCaseTest {
it.key = "yyy_$index"
it.stat = 100
it.type = 1
it.timestamp = SimpleDateFormat("yyyy-MM-dd-HH-mm-ss").format(Date())
it.timestamp = SimpleDateFormat("yyyyMMddHHmmss").format(Date())
index++
})
@@ -108,7 +108,7 @@ class AutoPilotBadCaseTest {
it.key = "yyy_$index"
it.stat = 100
it.type = 1
it.timestamp = SimpleDateFormat("yyyy-MM-dd-HH-mm-ss").format(Date())
it.timestamp = SimpleDateFormat("yyyyMMddHHmmss").format(Date())
index++
})
}