From 6202a19d428224d8d5c9298c8c1105e2b14aa857 Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Wed, 25 Sep 2024 22:03:22 -0500 Subject: [PATCH 1/3] Added more storage tests --- .../Storage/AliyunStorageTests.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tests/Foundatio.Aliyun.Tests/Storage/AliyunStorageTests.cs b/tests/Foundatio.Aliyun.Tests/Storage/AliyunStorageTests.cs index c1f1380..f1572e7 100644 --- a/tests/Foundatio.Aliyun.Tests/Storage/AliyunStorageTests.cs +++ b/tests/Foundatio.Aliyun.Tests/Storage/AliyunStorageTests.cs @@ -33,6 +33,12 @@ public override Task CanGetFileListForSingleFolderAsync() return base.CanGetFileListForSingleFolderAsync(); } + [Fact] + public override Task CanGetFileListForSingleFileAsync() + { + return base.CanGetFileListForSingleFileAsync(); + } + [Fact] public override Task CanGetPagedFileListForSingleFolderAsync() { @@ -128,4 +134,16 @@ public override Task WillRespectStreamOffsetAsync() { return base.WillRespectStreamOffsetAsync(); } + + [Fact] + public override Task WillWriteStreamContentAsync() + { + return base.WillWriteStreamContentAsync(); + } + + [Fact] + public override Task CanSaveOverExistingStoredContent() + { + return base.CanSaveOverExistingStoredContent(); + } } From 2340c2b0c72ec4c6c205551171e4ee9910346953 Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Fri, 27 Sep 2024 12:14:49 -0500 Subject: [PATCH 2/3] Updated deps --- build/common.props | 2 +- src/Foundatio.Aliyun/Foundatio.Aliyun.csproj | 2 +- tests/Directory.Build.props | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/common.props b/build/common.props index 5bfd7d0..8de2e58 100644 --- a/build/common.props +++ b/build/common.props @@ -39,7 +39,7 @@ - + diff --git a/src/Foundatio.Aliyun/Foundatio.Aliyun.csproj b/src/Foundatio.Aliyun/Foundatio.Aliyun.csproj index e95b15d..891120f 100644 --- a/src/Foundatio.Aliyun/Foundatio.Aliyun.csproj +++ b/src/Foundatio.Aliyun/Foundatio.Aliyun.csproj @@ -6,7 +6,7 @@ - + diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index 407c652..34d681b 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -6,13 +6,13 @@ $(NoWarn);CS1591;NU1701 - - + + - + From 82ad34acb02b2efc032c43d2eab335b730d88adb Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Fri, 27 Sep 2024 18:36:00 -0500 Subject: [PATCH 3/3] Update Deps --- src/Foundatio.Aliyun/Foundatio.Aliyun.csproj | 2 +- tests/Directory.Build.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Foundatio.Aliyun/Foundatio.Aliyun.csproj b/src/Foundatio.Aliyun/Foundatio.Aliyun.csproj index 891120f..9588774 100644 --- a/src/Foundatio.Aliyun/Foundatio.Aliyun.csproj +++ b/src/Foundatio.Aliyun/Foundatio.Aliyun.csproj @@ -6,7 +6,7 @@ - + diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index 34d681b..99d6211 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -12,7 +12,7 @@ - +