diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-12-27 02:09:56 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-12-27 02:09:56 -0800 |
commit | b6897fdd46d1d252c5647d978ee49fd67684ae07 (patch) | |
tree | e6c442a158af6b5ddf064a66711baac0a63f60f6 /tools/NUnit/doc/sequential.html | |
parent | e0d0da142fd6746fefcb1257f0e5dcff89133a08 (diff) | |
download | DotNetOpenAuth-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.html | 8 |
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 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 © 2009 Charlie Poole. All Rights Reserved. + Copyright © 2010 Charlie Poole. All Rights Reserved. </div> <!-- End of Footer --> |