You've already forked linux-packaging-mono
Imported Upstream version 3.12.0
Former-commit-id: cf92446697332992ec36726e78eb8703e1f259d7
This commit is contained in:
@ -20,7 +20,6 @@ namespace MonoTests.System.ComponentModel
|
||||
public class CharConverterTest
|
||||
{
|
||||
private CharConverter converter;
|
||||
private string pattern;
|
||||
|
||||
[SetUp]
|
||||
public void SetUp ()
|
||||
@ -28,7 +27,6 @@ namespace MonoTests.System.ComponentModel
|
||||
converter = new CharConverter ();
|
||||
|
||||
DateTimeFormatInfo info = CultureInfo.CurrentCulture.DateTimeFormat;
|
||||
pattern = info.ShortDatePattern + " " + info.ShortTimePattern;
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
@ -733,10 +733,6 @@ namespace MonoTests.System.ComponentModel
|
||||
container.Add (this);
|
||||
return container;
|
||||
}
|
||||
|
||||
public Container Container {
|
||||
get { return container; }
|
||||
}
|
||||
}
|
||||
|
||||
class MyContainer : IContainer
|
||||
|
Reference in New Issue
Block a user