aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/Pulse
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-06-05 11:43:03 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-06-05 11:43:03 +0300
commit0b9b136140b224a0b885942ee5aef674744aef4f (patch)
treebdc45c120b2492a086ab2c5fe897cf30aa11aa58 /Software/Visual_Studio/Tango.UnitTesting/Pulse
parent2c613cb0b0f1b73236bed1578b570c1ca6f6deaf (diff)
downloadTango-0b9b136140b224a0b885942ee5aef674744aef4f.tar.gz
Tango-0b9b136140b224a0b885942ee5aef674744aef4f.zip
Redundant.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/Pulse')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs
index 9951d8d10..c20994198 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs
@@ -72,7 +72,7 @@ namespace Tango.UnitTesting.Pulse
[TestMethod]
public void Read_Pulse_Sample_File()
{
- String sampleFile = Path.Combine(Helper.GetResourcePath(), "Pulse", "test.twn");
+ String sampleFile = Path.Combine(Helper.GetResourcePath(), "Pulse", "New twine gradients.TWN");
TwnFile twnFile = TwnFile.FromFile(sampleFile);
var imgFile = TemporaryManager.Default.CreateFile(".png");