From 0b2e64a9beb959753d576cc01e65e4bea8ee4571 Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Thu, 8 Dec 2011 15:57:57 +0100 Subject: Fix error in documentation --- lib/common_test/src/ct.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/common_test/src/ct.erl') diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl index e59a177473..860bfb45ee 100644 --- a/lib/common_test/src/ct.erl +++ b/lib/common_test/src/ct.erl @@ -563,10 +563,10 @@ capture_get() -> %%% @see capture_start/0 %%% @see capture_stop/0 %%% @see log/3 -capture_get([ExclCat | ExclCats]) -> +capture_get([ExclCat | ExclCategories]) -> Strs = test_server:capture_get(), CatsStr = [atom_to_list(ExclCat) | - [[$| | atom_to_list(EC)] || EC <- ExclCats]], + [[$| | atom_to_list(EC)] || EC <- ExclCategories]], {ok,MP} = re:compile("
.*"), lists:flatmap(fun(Str) -> case re:run(Str, MP) of -- cgit v1.2.3