Skip to content

Commit

Permalink
seed: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp committed May 17, 2018
1 parent 8c13fdb commit 33888c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/proper_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1045,13 +1045,13 @@ seeded_test_() ->
Opts = [{seed,Seed}, noshrink, {start_size,65536}],
Check = fun (Prop) ->
R = proper:quickcheck(Prop,Opts),
proper:clean_garbage(),
%% proper:clean_garbage(),
R
end,
Prop = ?FORALL(_,integer(),false),
PropSA = ?FORALL_TARGETED(I,integer(), begin ?MAXIMIZE(I),false end),
%% PropSA = ?FORALL_TARGETED(I,integer(), begin ?MAXIMIZE(I),false end),
[?_assertEqual(Check(Prop), Check(Prop))
,?_assertEqual(Check(PropSA), Check(PropSA))
%% ,?_assertEqual(Check(PropSA), Check(PropSA))
%% ,?_assertEqual(Check(PropSA), Check(Prop))
].

Expand Down

0 comments on commit 33888c4

Please sign in to comment.