Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
eUtils
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
rf: 测试代码修改
master
SisMaker
4 anni fa
parent
445d41f5a1
commit
f43962091c
2 ha cambiato i file
con
4 aggiunte
e
4 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-2
src/testCase/DsTestSimple/utSTestDs.erl
+2
-2
src/testCase/ListPdTs/utListPdTs.erl
+ 2
- 2
src/testCase/DsTestSimple/utSTestDs.erl
Vedi File
@ -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
Vedi File
@ -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
)
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva