removed output

This commit is contained in:
niklas 2011-04-14 17:47:55 +02:00
parent 0c340f95d2
commit 5620b67c34
9 changed files with 138 additions and 30 deletions

View file

@ -0,0 +1,22 @@
-module(ggs_db_quickcheck_test).
-include_lib("eqc/include/eqc.hrl").
-compile(export_all).
%prop_delete() ->
% ?FORALL({X, Xs}, {int(), list(int())},
% not lists:member(X, lists:delete(X, Xs))).
%test_delete() ->
% quickcheck(prop_delete()).
prop_getitem ->
ggs_db:init(),
?FORALL({}).