File 0894-eldap-export_all-export.patch of Package erlang

From 5d6334f559a803dc9e0873eaf1ccabb265fbfed0 Mon Sep 17 00:00:00 2001
From: Hans Nilsson <hans@erlang.org>
Date: Thu, 18 Jun 2020 12:09:33 +0200
Subject: [PATCH 3/3] eldap: export_all -> export

---
 lib/eldap/test/eldap_basic_SUITE.erl | 55 +++++++++++++++++++++++++++-
 lib/eldap/test/make_certs.erl        |  3 +-
 2 files changed, 55 insertions(+), 3 deletions(-)

diff --git a/lib/eldap/test/eldap_basic_SUITE.erl b/lib/eldap/test/eldap_basic_SUITE.erl
index f1f13c3da7..a337fe1c21 100644
--- a/lib/eldap/test/eldap_basic_SUITE.erl
+++ b/lib/eldap/test/eldap_basic_SUITE.erl
@@ -20,7 +20,60 @@
 
 -module(eldap_basic_SUITE).
 
--compile(export_all).
+-export([
+         add_already_exists/1,
+         add_referral/1,
+         add_when_bound/1,
+         add_when_not_bound/1,
+         app/1,
+         appup/1,
+         bind/1,
+         client_side_add_timeout/1,
+         client_side_bind_timeout/1,
+         client_side_search_timeout/1,
+         client_side_start_tls_timeout/1,
+         close_after_tcp_error/1,
+         close_ret_val/1,
+         decode/1,
+         delete/1,
+         delete_referral/1,
+         elementary_search/1,
+         encode/1,
+         modify/1,
+         modify_dn_delete_old/1,
+         modify_dn_keep_old/1,
+         modify_referral/1,
+         more_add/1,
+         open_ret_val_error/1,
+         open_ret_val_success/1,
+         search_filter_and/1,
+         search_filter_and_not/1,
+         search_filter_equalityMatch/1,
+         search_filter_final/1,
+         search_filter_initial/1,
+         search_filter_or/1,
+         search_filter_substring_any/1,
+         search_non_existant/1,
+         search_referral/1,
+         search_two_hits/1,
+         ssl_connection/1,
+         start_tls_on_ssl_should_fail/1,
+         start_tls_twice_should_fail/1,
+         tcp_connection/1,
+         tcp_connection_option/1
+        ]).
+
+-export([
+         all/0,
+         end_per_group/2,
+         end_per_suite/1,
+         end_per_testcase/2,
+         groups/0,
+         init_per_group/2,
+         init_per_suite/1,
+         init_per_testcase/2,
+         suite/0
+        ]).
 
 %%-include_lib("common_test/include/ct.hrl").
 -include_lib("common_test/include/ct.hrl").
diff --git a/lib/eldap/test/make_certs.erl b/lib/eldap/test/make_certs.erl
index e8a13ae113..2436ebbe9a 100644
--- a/lib/eldap/test/make_certs.erl
+++ b/lib/eldap/test/make_certs.erl
@@ -19,9 +19,8 @@
 %%
 
 -module(make_certs).
--compile([export_all]).
 
-%-export([all/1, all/2, rootCA/2, intermediateCA/3, endusers/3, enduser/3, revoke/3, gencrl/2, verify/3]).
+-export([all/1, all/2, default_config/0, verify/4]).
 
 -record(config, {commonName, 
 	     organizationalUnitName = "Erlang OTP",
-- 
2.26.2

openSUSE Build Service is sponsored by