You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.47
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
parent
88ff76fe28
commit
e46a49ecf1
@ -1043,7 +1043,9 @@ namespace MonoTests.System.Text
|
||||
[Category ("MobileNotWorking")]
|
||||
public void Bug415628 ()
|
||||
{
|
||||
using (var f = File.Open (Path.Combine (Path.GetDirectoryName (Assembly.GetExecutingAssembly ().Location), "Test/resources/415628.bin"), FileMode.Open)) {
|
||||
DirectoryInfo bcl_output_dir = Directory.GetParent (Path.GetDirectoryName (Assembly.GetExecutingAssembly ().Location)).Parent;
|
||||
string namespace_dir = Path.Combine (bcl_output_dir.Parent.FullName, "corlib");
|
||||
using (var f = File.Open (Path.Combine (namespace_dir, "Test/resources/415628.bin"), FileMode.Open)) {
|
||||
BinaryReader br = new BinaryReader (f);
|
||||
byte [] buf = br.ReadBytes (8000);
|
||||
Encoding.UTF8.GetString(buf);
|
||||
|
Reference in New Issue
Block a user