You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@ -203,6 +203,15 @@ namespace MonoTests.System.Net
|
||||
Assert.AreEqual (3, w.GetValues ("Accept").Length, "#17");
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void GetValuesForMultipleHeaderManyLines ()
|
||||
{
|
||||
WebHeaderCollection w = new WebHeaderCollection ();
|
||||
w.Add ("Pragma", "H1, H2");
|
||||
w.Add ("Pragma", "H3");
|
||||
Assert.AreEqual (3, w.GetValues ("Pragma").Length, "#1");
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Indexers ()
|
||||
{
|
||||
@ -373,10 +382,8 @@ namespace MonoTests.System.Net
|
||||
0x49, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2c, 0x20, 0x56, 0x65,
|
||||
#if MOBILE
|
||||
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3d, 0x32, 0x2e, 0x30, 0x2e, 0x35,
|
||||
#elif NET_4_0
|
||||
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3d, 0x34, 0x2e, 0x30, 0x2e, 0x30,
|
||||
#else
|
||||
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3d, 0x32, 0x2e, 0x30, 0x2e, 0x30,
|
||||
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3d, 0x34, 0x2e, 0x30, 0x2e, 0x30,
|
||||
#endif
|
||||
0x2e, 0x30, 0x2c, 0x20, 0x43, 0x75, 0x6c, 0x74, 0x75, 0x72, 0x65,
|
||||
0x3d, 0x6e, 0x65, 0x75, 0x74, 0x72, 0x61, 0x6c, 0x2c, 0x20, 0x50,
|
||||
|
Reference in New Issue
Block a user