summaryrefslogtreecommitdiffstats
path: root/tools/NUnit/doc/sequential.html
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-12-27 02:09:56 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-12-27 02:09:56 -0800
commitb6897fdd46d1d252c5647d978ee49fd67684ae07 (patch)
treee6c442a158af6b5ddf064a66711baac0a63f60f6 /tools/NUnit/doc/sequential.html
parente0d0da142fd6746fefcb1257f0e5dcff89133a08 (diff)
downloadDotNetOpenAuth-b6897fdd46d1d252c5647d978ee49fd67684ae07.zip
DotNetOpenAuth-b6897fdd46d1d252c5647d978ee49fd67684ae07.tar.gz
DotNetOpenAuth-b6897fdd46d1d252c5647d978ee49fd67684ae07.tar.bz2
Added missing NUnit binary files.
Diffstat (limited to 'tools/NUnit/doc/sequential.html')
-rw-r--r--tools/NUnit/doc/sequential.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/NUnit/doc/sequential.html b/tools/NUnit/doc/sequential.html
index 4cd751c..9a322dc 100644
--- a/tools/NUnit/doc/sequential.html
+++ b/tools/NUnit/doc/sequential.html
@@ -47,8 +47,8 @@ system.
<div class="code"><pre>
[Test, Sequential]
public void MyTest(
- [Values(1,2,3) int x,
- [Values("A","B"] string s)
+ [Values(1,2,3)] int x,
+ [Values("A","B")] string s)
{
...
}
@@ -63,7 +63,7 @@ public void MyTest(
<!-- Submenu -->
<div id="subnav">
<ul>
-<li><a href="index.html">NUnit 2.5.5</a></li>
+<li><a href="index.html">NUnit 2.5.9</a></li>
<ul>
<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
<li><a href="assertions.html">Assertions</a></li>
@@ -119,7 +119,7 @@ public void MyTest(
<!-- Standard Footer for NUnit.org -->
<div id="footer">
- Copyright &copy; 2009 Charlie Poole. All Rights Reserved.
+ Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
</div>
<!-- End of Footer -->