Skip to content

Commit

Permalink
Uncomented working test case
Browse files Browse the repository at this point in the history
  • Loading branch information
freke committed Dec 9, 2010
1 parent 2a64606 commit 79a8e63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/erlang_protobuffs_SUITE.erl
Expand Up @@ -260,12 +260,12 @@ parse_extensions_test_case(Config) ->
protobuffs_compile:scan_file(Path),
true = eqc:quickcheck(eqc:numtests(NumTests,protobuffs_eqc:prop_protobuffs_extentions())).

%parse_service_test_case(Config) ->
% DataDir = ?config(data_dir, Config),
% NumTests = ?config(num_tests, Config),
% Path = filename:absname(filename:join([DataDir, "service.proto"])),
% protobuffs_compile:scan_file(Path),
% true = eqc:quickcheck(eqc:numtests(NumTests,protobuffs_eqc:prop_protobuffs_extentions())).
parse_service_test_case(Config) ->
DataDir = ?config(data_dir, Config),
NumTests = ?config(num_tests, Config),
Path = filename:absname(filename:join([DataDir, "service.proto"])),
protobuffs_compile:scan_file(Path),
true = eqc:quickcheck(eqc:numtests(NumTests,protobuffs_eqc:prop_protobuffs_extentions())).

parse_addressbook_test_case(Config) ->
DataDir = ?config(data_dir, Config),
Expand Down

0 comments on commit 79a8e63

Please sign in to comment.