@@ -48,9 +48,9 @@ public void SetUpFixture()
4848 "\t \t \t \t \t \t \t <MetadataToken>100663297</MetadataToken>\r \n " +
4949 "\t \t \t \t \t \t \t <Name>System.Boolean NUnit.Framework.NotEqualAsserter::Fail()</Name>\r \n " +
5050 "\t \t \t \t \t \t \t <SequencePoints>\r \n " +
51- "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 1\" sl=\" 21\" sc=\" 3\" el=\" 21\" ec=\" 4\" />\r \n " +
52- "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 0\" sl=\" 20\" sc=\" 3\" el=\" 20\" ec=\" 4\" />\r \n " +
53- "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 0\" sl=\" 19\" sc=\" 3\" el=\" 19\" ec=\" 18\" />\r \n " +
51+ "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 1\" sl=\" 21\" sc=\" 3\" el=\" 21\" ec=\" 4\" fileid= \" 1 \" />\r \n " +
52+ "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 0\" sl=\" 20\" sc=\" 3\" el=\" 20\" ec=\" 4\" fileid= \" 1 \" />\r \n " +
53+ "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 0\" sl=\" 19\" sc=\" 3\" el=\" 19\" ec=\" 18\" fileid= \" 1 \" />\r \n " +
5454 "\t \t \t \t \t \t \t </SequencePoints>\r \n " +
5555 "\t \t \t \t \t \t </Method>\r \n " +
5656 "\t \t \t \t \t </Methods>\r \n " +
@@ -72,10 +72,10 @@ public void SetUpFixture()
7272 "\t \t \t \t \t \t \t <Name>System.Void MyTests.Tests.MyClass::.ctor()</Name>\r \n " +
7373 "\t \t \t \t \t \t \t <FileRef uid=\" 1\" />\r \n " +
7474 "\t \t \t \t \t \t \t <SequencePoints>\r \n " +
75- "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 0\" sl=\" 21\" sc=\" 3\" el=\" 21\" ec=\" 4\" />\r \n " +
75+ "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 0\" sl=\" 21\" sc=\" 3\" el=\" 21\" ec=\" 4\" fileid= \" 1 \" />\r \n " +
7676 "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 0\" sl=\" 20\" sc=\" 3\" el=\" 20\" ec=\" 4\" />\r \n " +
77- "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 0\" sl=\" 19\" sc=\" 3\" el=\" 19\" ec=\" 18\" />\r \n " +
78- "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 0\" sl=\" 19\" sc=\" 3\" el=\" 19\" ec=\" 18\" />\r \n " +
77+ "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 0\" sl=\" 19\" sc=\" 3\" el=\" 19\" ec=\" 18\" fileid= \" 1 \" />\r \n " +
78+ "\t \t \t \t \t \t \t \t <SequencePoint vc=\" 0\" sl=\" 19\" sc=\" 3\" el=\" 19\" ec=\" 18\" fileid= \" 1 \" />\r \n " +
7979 "\t \t \t \t \t \t \t </SequencePoints>\r \n " +
8080 "\t \t \t \t \t \t </Method>\r \n " +
8181 "\t \t \t \t \t </Methods>\r \n " +
@@ -119,7 +119,7 @@ public void SequencePointsCount_NUnitNotEqualAssertFailMethod_ReturnsAllSequence
119119 Assert . AreEqual ( expectedSequencePointCount , sequencePointCount ) ;
120120 }
121121
122- /// <summary> No FileID => No sequence points!
122+ /// <summary> No method. FileID => No sequence points!
123123 /// SD.CodeCoverage DOES NOT RETURN SequencePoints
124124 /// for assemblies without debug info,
125125 /// => methods without FileID
@@ -132,7 +132,7 @@ public void SequencePointsCount_NUnitNotEqualAssertFailMethod_ReturnsNoSequenceP
132132 Assert . AreEqual ( expectedSequencePointCount , sequencePointCount ) ;
133133 }
134134
135- [ Test , Ignore ( "SequencePoint.FileID DOES NOT EXISTS in Fixture above! This must be very OLD test." ) ]
135+ [ Test ]
136136 public void SequencePointsCount_MyClassConstructorHasFourSequencePointsWithOneMissingFileId_ReturnsAllSequencePoints ( )
137137 {
138138 int sequencePointCount = SecondModule . Methods [ 0 ] . SequencePoints . Count ;
0 commit comments