You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -428,10 +428,10 @@ namespace MonoTests.System.Globalization
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void GetCultureInfo_Identifier_Negative ()
|
||||
public void GetCultureInfo_Identifier_Nonpositive ()
|
||||
{
|
||||
try {
|
||||
CultureInfo.GetCultureInfo (-1);
|
||||
CultureInfo.GetCultureInfo (0);
|
||||
Assert.Fail ("#1");
|
||||
} catch (ArgumentOutOfRangeException ex) {
|
||||
Assert.AreEqual (typeof (ArgumentOutOfRangeException), ex.GetType (), "#2");
|
||||
|
||||
Reference in New Issue
Block a user