Duplicate 'use' for TestLib in 001_ssltests.pl

Поиск
Список
Период
Сортировка
От Kyotaro HORIGUCHI
Тема Duplicate 'use' for TestLib in 001_ssltests.pl
Дата
Msg-id 20160108.161654.264034082.horiguchi.kyotaro@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: Duplicate 'use' for TestLib in 001_ssltests.pl  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
Hello, I noticed that 001_ssltests.pl uselessly (perhaps) imports
TestLib twice. Is this intentional? The following change made no
differences.


diff --git a/src/test/ssl/t/001_ssltests.pl b/src/test/ssl/t/001_ssltests.pl
index 9ce0cf3..cd38e45 100644
--- a/src/test/ssl/t/001_ssltests.pl
+++ b/src/test/ssl/t/001_ssltests.pl
@@ -2,7 +2,6 @@ use strict;use warnings;use PostgresNode;use TestLib;
-use TestLib;use Test::More tests => 38;use ServerSetup;use File::Copy;


regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal: PL/Pythonu - function ereport
Следующее
От: amul sul
Дата:
Сообщение: Re: Bug in MergeAttributesIntoExisting() function.