소스 검색

rf: 测试代码修改

master
SisMaker 4 년 전
부모
커밋
f43962091c
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -2
      src/testCase/DsTestSimple/utSTestDs.erl
  2. +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).

불러오는 중...
취소
저장