diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-08-06 07:43:07 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-08-06 07:43:07 +0300 |
| commit | ff09af0e3338a55c89d2846454d360e702d4e742 (patch) | |
| tree | e4bdf1dd657645a1d27180a905534bd3c3881375 /Software/Visual_Studio/Tango.UnitTesting | |
| parent | aef853984c03ea790bf269bd9a8daee4cbd596e1 (diff) | |
| download | Tango-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.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 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"); |
