chiark
/
gitweb
/
~richardk
/
mandy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2bfdec2
)
windows: correct comment
author
Richard Kettlewell
<rjk@terraraq.org.uk>
Sat, 22 Dec 2012 16:39:55 +0000 (16:39 +0000)
committer
Richard Kettlewell
<rjk@terraraq.org.uk>
Sat, 22 Dec 2012 16:39:55 +0000 (16:39 +0000)
windows/tests/IterationTest.cs
patch
|
blob
|
history
diff --git
a/windows/tests/IterationTest.cs
b/windows/tests/IterationTest.cs
index
fb2bb84
..
85d53d6
100644
(file)
--- a/
windows/tests/IterationTest.cs
+++ b/
windows/tests/IterationTest.cs
@@
-4,14
+4,14
@@
using uk.org.greenend.mandy;
namespace tests
{
+ /// <summary>
+ /// Test for C# exposure of the underlying iteration function.
+ /// </summary>
+ /// <remarks>
+ /// <para>Only the 64-bit configuration is testable.</para></remarks>
[TestClass]
public class IterationTest
{
- /// <summary>
- /// Tests for Fix128
- /// </summary>
- /// <remarks>
- /// <para>Only the 64-bit configuration is testable.</para></remarks>
[TestMethod]
[DeploymentItem(@"..\..\..\..\x64\Debug\libmandy.dll")]
public void IterateTest()