aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-08-06 07:43:07 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-08-06 07:43:07 +0300
commitff09af0e3338a55c89d2846454d360e702d4e742 (patch)
treee4bdf1dd657645a1d27180a905534bd3c3881375 /Software/Visual_Studio/Tango.UnitTesting
parentaef853984c03ea790bf269bd9a8daee4cbd596e1 (diff)
downloadTango-ff09af0e3338a55c89d2846454d360e702d4e742.tar.gz
Tango-ff09af0e3338a55c89d2846454d360e702d4e742.zip
Added Alpha/Beta ENV.
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");