We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3051fb commit 50eaf7fCopy full SHA for 50eaf7f
1 file changed
TestSuites/FileServer/src/SQOS/TestSuite/SqosTestBase.cs
@@ -36,7 +36,7 @@ protected override void TestInitialize()
36
client = new SqosClient(TestConfig.Timeout);
37
38
// Copy the data used in test cases to the share of the SUT, e.g. the shared virtual disk files.
39
- sutProtocolController.CopyFile(TestConfig.FullPathShareContainingSharedVHD, @"data\*.*");
+ sutProtocolController.CopyFile(TestConfig.FullPathShareContainingSharedVHD, @"Data\*.*");
40
}
41
42
protected override void TestCleanup()
0 commit comments