We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfd4f1 commit 902594bCopy full SHA for 902594b
Qiniu.Test/RS/RSClientTest.cs
@@ -39,8 +39,7 @@ public void StatTest()
39
RSClient target = new RSClient();
40
//YES
41
42
-// EntryPath scope = new EntryPath(Bucket, tmpKeys[0]);
43
- EntryPath scope = new EntryPath ("wangming", "bucketMgr.md");
+ EntryPath scope = new EntryPath(Bucket, tmpKeys[0]);
44
Entry actual;
45
actual = target.Stat(scope);
46
Assert.IsTrue(actual.OK, "StatTest Failure");
0 commit comments