1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-06-14 23:44:58 +02:00

Rename archive-push unit test.

This is part of the archive consolidation but is committed separately so that git will follow the rename.
This commit is contained in:
David Steele
2017-06-21 08:45:58 -04:00
parent 2337be8636
commit edada21866
2 changed files with 3 additions and 3 deletions

View File

@ -294,7 +294,7 @@ my $oTestDef =
}, },
}, },
{ {
&TESTDEF_NAME => 'push-unit', &TESTDEF_NAME => 'push',
&TESTDEF_TOTAL => 7, &TESTDEF_TOTAL => 7,
&TESTDEF_CONTAINER => true, &TESTDEF_CONTAINER => true,

View File

@ -1,7 +1,7 @@
#################################################################################################################################### ####################################################################################################################################
# ArchivePushUnitTest.pm - Unit tests for ArchivePush and ArchivePush Async # Archive Push Tests
#################################################################################################################################### ####################################################################################################################################
package pgBackRestTest::Module::Archive::ArchivePushUnitTest; package pgBackRestTest::Module::Archive::ArchivePushTest;
use parent 'pgBackRestTest::Env::HostEnvTest'; use parent 'pgBackRestTest::Env::HostEnvTest';
#################################################################################################################################### ####################################################################################################################################