aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2019-08-11 16:53:56 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2019-08-11 16:53:56 +0300
commit111684728db118e40f05efc01287ea91ea295502 (patch)
tree10f619288f346b713a31e3231253cd5b68bae481 /Software/Visual_Studio/Tango.UnitTesting
parentd045a47ad7363e62b763013fa6afcdb1762a7ce3 (diff)
parent7a914abc9e34c12acec0234ab748e17a21833af7 (diff)
downloadTango-111684728db118e40f05efc01287ea91ea295502.tar.gz
Tango-111684728db118e40f05efc01287ea91ea295502.zip
merge conflict
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
-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 b643e71ec..19afb93d4 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs
@@ -73,7 +73,7 @@ namespace Tango.UnitTesting.Pulse
[TestMethod]
public void Read_Pulse_Sample_File()
{
- String sampleFile = Path.Combine(Helper.GetResourcePath(), "Pulse", "New twine gradients.TWN");
+ String sampleFile = Path.Combine(Helper.GetResourcePath(), "Pulse", "Sankelloff_Rol.twn");
TwnFile twnFile = TwnFile.FromFile(sampleFile);
var imgFile = TemporaryManager.Default.CreateFile(".png");