From 7bde8bda1058b1ec2c2eb4be60551a2cee94afe3 Mon Sep 17 00:00:00 2001 From: xuty <xty50337@hotmail.com> Date: Wed, 18 Aug 2021 13:27:30 +0000 Subject: [PATCH] Enable all tests --- test/minio_test.dart | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/test/minio_test.dart b/test/minio_test.dart index fdf5770..02ab20b 100644 --- a/test/minio_test.dart +++ b/test/minio_test.dart @@ -9,22 +9,22 @@ import 'package:test/test.dart'; import 'helpers.dart'; void main() { - // testConstruct(); - // testListBuckets(); - // testBucketExists(); - // testFPutObject(); - // testGetObjectACL(); - // testSetObjectACL(); - // testGetObject(); - // testPutObject(); - // testGetBucketNotification(); - // testSetBucketNotification(); - // testRemoveAllBucketNotification(); - // testListenBucketNotification(); - // testStatObject(); - // testMakeBucket(); - // testRemoveBucket(); - // testRemoveObject(); + testConstruct(); + testListBuckets(); + testBucketExists(); + testFPutObject(); + testGetObjectACL(); + testSetObjectACL(); + testGetObject(); + testPutObject(); + testGetBucketNotification(); + testSetBucketNotification(); + testRemoveAllBucketNotification(); + testListenBucketNotification(); + testStatObject(); + testMakeBucket(); + testRemoveBucket(); + testRemoveObject(); } void testConstruct() { -- GitLab