diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-06-05 11:43:03 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-06-05 11:43:03 +0300 |
| commit | 0b9b136140b224a0b885942ee5aef674744aef4f (patch) | |
| tree | bdc45c120b2492a086ab2c5fe897cf30aa11aa58 /Software/Visual_Studio/Tango.UnitTesting | |
| parent | 2c613cb0b0f1b73236bed1578b570c1ca6f6deaf (diff) | |
| download | Tango-0b9b136140b224a0b885942ee5aef674744aef4f.tar.gz Tango-0b9b136140b224a0b885942ee5aef674744aef4f.zip | |
Redundant.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
| -rw-r--r-- | Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs | 2 |
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"); |
