瀏覽代碼

增加测试模块的函数

master
SisMaker 4 年之前
父節點
當前提交
1233b2c1a6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/testCase/utTpfm.erl

+ 2
- 2
src/testCase/utTpfm.erl 查看文件

@ -561,13 +561,13 @@ tPd(N, _) ->
tPd(N -1, erlang:get(pdVpSize)).
load1(0, List) ->
utKvsToBeam:load(load1, List);
ok;
load1(N, List) ->
utKvsToBeam:load(load1, List),
load1(N - 1, List).
load2(0, List) ->
utKvsToBeam:load(load2, List);
ok;
load2(N, List) ->
Str = << <<"get(", (utTypeCast:toBinary(Key))/binary, ") -> ", (utTypeCast:toBinary(Value))/binary, ";">> || {Key, Value} <- List>>,
LastStr = <<Str/binary, "get(_) -> undefine.">>,

Loading…
取消
儲存