aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-10-03 14:19:04 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-10-03 14:19:04 +0300
commitc23d740d6a80db62b7b43ea17639ba4c2ef4e336 (patch)
treebc0f437f1697bd232d4dbf964a46f6d62ed2c4db /Software/Visual_Studio/Tango.UnitTesting/Helper.cs
parent251cf705409697f339828359b6770534116dca5f (diff)
downloadTango-c23d740d6a80db62b7b43ea17639ba4c2ef4e336.tar.gz
Tango-c23d740d6a80db62b7b43ea17639ba4c2ef4e336.zip
Working on RML Module..
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/Helper.cs')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/Helper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Helper.cs b/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
index 67252f914..ae7636c7b 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
@@ -22,7 +22,7 @@ namespace Tango.UnitTesting
/// <returns></returns>
public static String GetResourcePath(String fileName)
{
- return Path.GetFullPath(@"..\..\Resources\" + fileName);
+ return Path.GetFullPath(@"..\..\..\Resources\" + fileName);
}
/// <summary>