[Bluetooth][Manual][Non-ACR][Use the large file for OPP push cancel TC] 86/233186/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 13 May 2020 02:41:11 +0000 (11:41 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 13 May 2020 02:41:11 +0000 (11:41 +0900)
Change-Id: I7bf1210699ca2856094547d1ac9d2ef243459f06

tct-suite-vs/Tizen.Bluetooth.Manual.Tests/shared/res/SampleMP3.mp3 [new file with mode: 0644]
tct-suite-vs/Tizen.Bluetooth.Manual.Tests/testcase/TSBluetoothOppClient.cs

diff --git a/tct-suite-vs/Tizen.Bluetooth.Manual.Tests/shared/res/SampleMP3.mp3 b/tct-suite-vs/Tizen.Bluetooth.Manual.Tests/shared/res/SampleMP3.mp3
new file mode 100644 (file)
index 0000000..c608a70
Binary files /dev/null and b/tct-suite-vs/Tizen.Bluetooth.Manual.Tests/shared/res/SampleMP3.mp3 differ
index 5cc666b4b6c7f8729b0dfb126f6ebffbea862f2d..d3ed058467210d47994c1df2ab785c2c4c2b70f7 100755 (executable)
@@ -16,6 +16,7 @@ namespace Tizen.Network.Bluetooth.Tests
         static BluetoothDevice _device = null;
         static BluetoothOppClient _oppClient = null;
         private static string filePath = Path.Combine(Application.Current.DirectoryInfo.SharedResource, "test1.jpg");
+        private static string largeFilePath = Path.Combine(Application.Current.DirectoryInfo.SharedResource, "SampleMP3.mp3");
         static bool isBluetoothOppSupported = false;
 
         [SetUp]
@@ -294,7 +295,7 @@ namespace Tizen.Network.Bluetooth.Tests
 
                 _oppClient.PushProgress += EventHandlerPushProgress;
 
-                _oppClient.AddFile(filePath);
+                _oppClient.AddFile(largeFilePath);
 
                 _oppClient.PushFile(_device.Address);