Remove unused 'RunningOnMono' property

This commit is contained in:
Hisham Abdullah Bin Ateya 2015-09-04 19:36:06 +03:00
parent 89b97f9479
commit 208332b831
1 changed files with 0 additions and 8 deletions

View File

@ -8,14 +8,6 @@ namespace ServerComparison.FunctionalTests
{
public class Helpers
{
public static bool RunningOnMono
{
get
{
return Type.GetType("Mono.Runtime") != null;
}
}
public static string GetApplicationPath()
{
return Path.GetFullPath(Path.Combine("..", "ServerComparison.TestSites"));