From 4315192149db790f77b226a8322b57c5ef613942 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 25 Apr 2014 16:24:26 +0200 Subject: Clean up plop a bit. --- src/test/plop_test.erl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/test') diff --git a/src/test/plop_test.erl b/src/test/plop_test.erl index 0cbe5cc..6b612dd 100644 --- a/src/test/plop_test.erl +++ b/src/test/plop_test.erl @@ -8,8 +8,7 @@ adding_test_() -> fun start/0, fun stop/1, fun (Arg) -> - [test_simple_add(Arg), - test_add(Arg)] + [test_add(Arg)] end}}. start() -> @@ -22,9 +21,6 @@ stop(Pid) -> after 500 -> false end)]. -test_simple_add(Pid) -> - ?_assertEqual("foo", Pid ! plop:dummy_add("foo")). - test_add(Pid) -> TestVector = <<1,247,141,118,3,148,171,128,29,143,106,97,200,179,204,166,242,98,70,185, -- cgit v1.1