Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jb@evain.net>2017-03-29 02:27:15 +0300
committerJb Evain <jb@evain.net>2017-03-29 02:27:53 +0300
commitbbe5501fa1a11f96196621fa8f51713b8e5698a7 (patch)
treeb9f38d2093f4254cc5ed683a812641ef1295f932 /Test/Mono.Cecil.Tests
parent1530a21d652992e9adb749d207a4f4fd44ad8024 (diff)
Fix reading/writing the size of table indexes in external pdbs
Diffstat (limited to 'Test/Mono.Cecil.Tests')
-rw-r--r--Test/Mono.Cecil.Tests/PortablePdbTests.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Test/Mono.Cecil.Tests/PortablePdbTests.cs b/Test/Mono.Cecil.Tests/PortablePdbTests.cs
index de92099..107b537 100644
--- a/Test/Mono.Cecil.Tests/PortablePdbTests.cs
+++ b/Test/Mono.Cecil.Tests/PortablePdbTests.cs
@@ -372,6 +372,14 @@ namespace Mono.Cecil.Tests {
}
[Test]
+ public void RoundTripLargePortablePdb ()
+ {
+ TestModule ("Mono.Android.dll", module => {
+ Assert.IsTrue (module.HasSymbols);
+ }, verify: false, symbolReaderProvider: typeof (PortablePdbReaderProvider), symbolWriterProvider: typeof (PortablePdbWriterProvider));
+ }
+
+ [Test]
public void EmptyPortablePdb ()
{
TestModule ("EmptyPdb.dll", module => {