You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.144
Former-commit-id: 2b9e8926e7df56dfea2d6991a64c8f5129cfffcb
This commit is contained in:
parent
6dab091a3e
commit
47a1b3e592
@@ -231,6 +231,13 @@ namespace MonoTests.System
|
||||
Environment.SetEnvironmentVariable ("A3", "\0");
|
||||
Assert.IsNull (Environment.GetEnvironmentVariables ()["A3"]);
|
||||
}
|
||||
|
||||
[Test] // github issue #9839
|
||||
public void MachineNameIsNotFullyQualifiedDomainName ()
|
||||
{
|
||||
Assert.IsNotNull (Environment.MachineName);
|
||||
Assert.AreEqual (-1, Environment.MachineName.IndexOf("."));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user