You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/07/17 09:48:56 UTC

[incubator-dlab] branch develop updated: DLAB-000 unit test fixed

This is an automated email from the ASF dual-hosted git repository.

bhliva pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new bd25ef4  DLAB-000 unit test fixed
bd25ef4 is described below

commit bd25ef4bc37dd6d62a02d39d1affea85b14ac07b
Author: bhliva <bo...@epam.com>
AuthorDate: Wed Jul 17 12:48:47 2019 +0300

    DLAB-000 unit test fixed
---
 .../java/com/epam/dlab/module/aws/S3FileListTest.java  | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/services/billing-aws/src/test/java/com/epam/dlab/module/aws/S3FileListTest.java b/services/billing-aws/src/test/java/com/epam/dlab/module/aws/S3FileListTest.java
index f061351..56315b5 100644
--- a/services/billing-aws/src/test/java/com/epam/dlab/module/aws/S3FileListTest.java
+++ b/services/billing-aws/src/test/java/com/epam/dlab/module/aws/S3FileListTest.java
@@ -52,15 +52,15 @@ public class S3FileListTest {
 		final ListObjectsV2Result result = mock(ListObjectsV2Result.class);
 		final ModuleData moduleData = mock(ModuleData.class);
 		final String[] array = {
-				"report-prefix/report/20160101-20160131/123456789/report-1.csv.zip",
-				"report-prefix/report/20160101-20160131/123456789/report-2.csv.zip",
-				"report-prefix/report/20160101-20160131/123456789/report-3.csv.zip",
-				"report-prefix/report/20160202-20160231/123456789/report.csv.zip",
-				"report-prefix/report/20160202-20160301/123456789/report.csv.zip",
-				"report-prefix/report/20160303-20160301/123456789/report-1.csv.zip",
-				"report-prefix/report/20160303-20160301/123456789/report-2.csv.zip",
-				"report-prefix/report/20160303-20160302/123456789/report-1.csv.zip",
-				"report-prefix/report/20160303-20160302/123456789/report-2.csv.zip"
+				"report-prefix/report/20160101-20160131/123456789/report-1.csv",
+				"report-prefix/report/20160101-20160131/123456789/report-2.csv",
+				"report-prefix/report/20160101-20160131/123456789/report-3.csv",
+				"report-prefix/report/20160202-20160231/123456789/report.csv",
+				"report-prefix/report/20160202-20160301/123456789/report.csv",
+				"report-prefix/report/20160303-20160301/123456789/report-1.csv",
+				"report-prefix/report/20160303-20160301/123456789/report-2.csv",
+				"report-prefix/report/20160303-20160302/123456789/report-1.csv",
+				"report-prefix/report/20160303-20160302/123456789/report-2.csv"
 		};
 		final List<S3ObjectSummary> objectSummaries = Arrays.asList(
 				getObjectSummary(array[0], LocalDate.of(2018, 4, 4)),


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org