This file is indexed.

/usr/share/doc/nunit/html/vsTestAdapterReleaseNotes.html is in libnunit-doc 2.6.3+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<!-- Standard Head Part -->
<head>
<title>NUnit - VsTestAdapterReleaseNotes</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-US">
<meta name="norton-safeweb-site-verification" content="tb6xj01p4hgo5x-8wscsmq633y11-e6nhk-bnb5d987bseanyp6p0uew-pec8j963qlzj32k5x9h3r2q7wh-vmy8bbhek5lnpp5w4p8hocouuq39e09jrkihdtaeknua" />
<link rel="stylesheet" type="text/css" href="nunit.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<!-- End Standard Head Part -->

<body>

<!-- Standard Header for NUnit.org -->
<div id="header">
  <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a>
  <div id="nav">
    <a href="http://www.nunit.org">NUnit</a>
    <a class="active" href="index.html">Documentation</a>
  </div>
</div>
<!-- End of Header -->

<div id="content">

<style><!--
li { padding-bottom: .5em; }
ul ul li { padding-bottom: 0; }
dt { font-weight: bold }
--></style>

<h3>NUnit Test Adapter for Visual Studio (Beta 4) - Version 0.94 - December 22, 2012</h3>

<h4>Features</h4>

<ul>
<li>Works with Visual Studio 2012 Update 1 as well as the RTM.
<li>Supports filtering and sorting tests by Traits under Update 1.
<li>Supports use of standard filter expressions when running under TFS Update 1.
<li>NUnit Categories specified on the fixture class are now recognized and honored.
</ul>

<h4>Bug Fixes</h4>

<ul>
<li>1074891 	Can't test multiple assemblies referencing different NUnit versions
<li>1075893 	Test execution fails if solution contains native C++ project
<li>1076012 	No source information found for async test methods
<li>1087629 	TestFixture Category not being recognised as traits in VS2012 update 1
<li>1091020 	Adapter doesnt support TFS Build traits/test case filtering
</ul>

<h3>NUnit Test Adapter for Visual Studio (Beta 3-2) - Version 0.93.2 - November 2, 2012</h3>

<h4>Bug Fixes</h4>

<ul>
<li>1074544   Failures in Test Discovery not reporting sufficient information
</ul>

<h3>NUnit Test Adapter for Visual Studio (Beta 3-1) - Version 0.93.1 - October 26, 2012</h3>

<h4>Bug Fixes</h4>

<ul>
<li>1072150 	NUnit adapter 0.93 won't run selected tests
</ul>

<h3>NUnit Test Adapter for Visual Studio (Beta 3) - Version 0.93 - October 24, 2012</h3>

<h4>Features</h4>

<ul>
<li>Works with Visual Studio 2012 RTM. Some features require the November CTP update.
<li>The adapter now uses NUnit 2.6.2. Among other things, this allows us to support async test methods. See the NUnit <a href="releaseNotes.html">Release Notes</a> for more info.
<li>Source file and line number can now be found for test cases that have an alternate name set.
<li>Console output from tests is now displayed in the Visual Studio Output window.
<li>TestFixtureSetUp and TestFixtureTearDown errors are now displayed in the Output window.
<li>The caret line (------^) is no longer displayed in the IDE since it depends on use of a fixed font.
<li>Tests may now be grouped and filtered by Category (only under the November CTP update for VS2012).
</ul>

<h4>Bug Fixes</h4>

<ul>
<li>1021144 	Text output from tests not displayed in Visual Studio IDE
<li>1033623 	Not possible to include or exclude tests based on [Category] attribute Released
<li>1040779 	Null reference exception on generic test fixtures
<li>1064620 	Support async test methods
<li>1065209 	Should call both RecordEnd and RecordResult at end of a test
<li>1065212 	Upgrade NUnit to 2.6.2
<li>1065223 	Error messages assume a fixed font, but don't get one
<li>1065225 	No display for TestFixtureSetUp/TearDown or SetUpFixture errors
<li>1065254 	Cannot open test from Test Explorer for tests in a Parameterized Test Fixture
<li>1065306 	Generic Fixtures aren't discovered.
<li>1066393 	Unable to display source for testcases with an alternate name set
<li>1066518 	Executed fast test appears in Not Run category in Test Explorer
</ul>

<h3>NUnit Test Adapter for Visual Studio (Beta 2) - Version 0.92 - May 3, 2012

<h4>Features</h4>

<ul>
<li>Works with Visual Studio 2012 Release Candidate
<li>Uses NUnit 2.6
</ul>

<h4>Bug Fixes</h4>

<ul>
<li>992837 Unable to Debug using VS Test Adapter
<li>994146 Can't run tests under .NET 2.0/3.5
</ul>

<h3>NUnit Test Adapter for Visual Studio (Beta 1) - Version 0.91 - February 29, 2012

<h4>Features</h4>

<ul>
<li>Built against Visual Studio 11 Beta 1
<li>Uses NUnit 2.6
</ul>

<h3>NUnit Test Adapter for Visual Studio (Alpha) - Version 0.90 - February 21, 2012

<h4>Features</h4>

<ul>
<li>First release of the test adapter. Compatible with the Visual Studio 11 Developer Preview.
<li>Uses NUnit 2.6.
</ul>


</div>

<!-- Submenu -->
<div id="subnav">
<ul>
<li><a href="index.html">NUnit 2.6.3</a></li>
<ul>
<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
<li><a href="writingTests.html">Writing&nbsp;Tests</a></li>
<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
<li><a href="extensibility.html">Extensibility</a></li>
<li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
<li><a href="samples.html">Samples</a></li>
<li><a href="license.html">License</a></li>
</ul>
<li><a href="vsTestAdapter.html">NUnit&nbsp;Test&nbsp;Adapter</a></li>
<ul>
<li><a href="vsTestAdapterLicense.html">License</a></li>
<li id="current"><a href="vsTestAdapterReleaseNotes.html">Release&nbsp;Notes</a></li>
</ul>
<li><a href="&r=2.6.3.html"></a></li>
<li><a href="&r=2.6.3.html"></a></li>
</ul>
</div>
<!-- End of Submenu -->


<!-- Standard Footer for NUnit.org -->
<div id="footer">
  Copyright &copy; 2012 Charlie Poole. All Rights Reserved.
</div>
<!-- End of Footer -->

</body>
</html>