diff --git a/test/minio_test.dart b/test/minio_test.dart index fdf57703e7392258a232bcbbc685f4c7d8ce6eb2..02ab20b8d22cfac095577cd1dea6c52d0deed9c0 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() {