This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
eUtils
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
0
Wiki
Activity
瀏覽代碼
rf: 测试代码修改
master
SisMaker
4 年之前
父節點
445d41f5a1
當前提交
f43962091c
共有
2 個文件被更改
,包括
4 次插入
和
4 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/testCase/DsTestSimple/utSTestDs.erl
+2
-2
src/testCase/ListPdTs/utListPdTs.erl
+ 2
- 2
src/testCase/DsTestSimple/utSTestDs.erl
查看文件
@ -86,9 +86,9 @@ runCal([], _Ds) ->
-
define
(
NS
,
1
)
.
cvrTUnit
(
not_support
)
-
>
<
<
"
noSupport
"
>
>
;
not_support
;
cvrTUnit
(
skip
)
-
>
<n
>
<
"
skip
"
>
>
;
skip
;
cvrTUnit
(
Time
)
-
>
utTc
:
cvrTimeUnit
(
Time
,
native
,
nanosecond
)
.
+ 2
- 2
src/testCase/ListPdTs/utListPdTs.erl
查看文件
@ -87,9 +87,9 @@ runCal([], _Ds) ->
-
define
(
NS
,
1
)
.
cvrTUnit
(
not_support
)
-
>
<
<
"
noSupport
"
>
>
;
not_support
;
cvrTUnit
(
skip
)
-
>
<n
>
<
"
skip
"
>
>
;
skip
;
cvrTUnit
(
Time
)
-
>
utTc
:
cvrTimeUnit
(
Time
,
native
,
nanosecond
)
.
Write
Preview
Loading…
取消
儲存