Procházet zdrojové kódy

rf: 测试代码修改

master
SisMaker před 4 roky
rodič
revize
f43962091c
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +2
    -2
      src/testCase/DsTestSimple/utSTestDs.erl
  2. +2
    -2
      src/testCase/ListPdTs/utListPdTs.erl

+ 2
- 2
src/testCase/DsTestSimple/utSTestDs.erl Zobrazit soubor

@ -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 Zobrazit soubor

@ -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).

Načítá se…
Zrušit
Uložit