aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/Pulse
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-09-16 12:01:39 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-09-16 12:01:39 +0300
commit1c74b1f3e6fd3f64936df890de14e162303ee1fb (patch)
tree47f87e43a4bab62398a9d877e33345a26c57c9ab /Software/Visual_Studio/Tango.UnitTesting/Pulse
parent0436a153d3ce4eb2a017ca42385b0a110c270693 (diff)
downloadTango-1c74b1f3e6fd3f64936df890de14e162303ee1fb.tar.gz
Tango-1c74b1f3e6fd3f64936df890de14e162303ee1fb.zip
Implemented hardware configuration!!!
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 19afb93d4..b96ea50d1 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", "Sankelloff_Rol.twn");
+ String sampleFile = Path.Combine(Helper.GetResourcePath(), "Pulse", "Technical_Test_15.9.19.twn");
TwnFile twnFile = TwnFile.FromFile(sampleFile);
var imgFile = TemporaryManager.Default.CreateFile(".png");