Subversion Repository Public Repository

WOX2

Diff Revisions 13 vs 14 for /trunk/CSharp/tests/wox/serial/tests/SerializationTests.cs

Diff revisions: vs.
  @@ -9,6 +9,25 @@
9 9 using NUnit.Framework;
10 10 using wox.serial.tests.objects;
11 11
12 + /// <header>
13 + /// <wox>
14 + /// <version>1.0</version>
15 + /// <author>Carlos R. Jaimez Gonzalez</author>
16 + /// <author>Simon M. Lucas</author>
17 + /// <site>http://woxserializer.sourceforge.net/</site>
18 + /// </wox>
19 + /// <wox>
20 + /// <version>1.5</version>
21 + /// <author>Steven M Lewis</author>
22 + /// </wox>
23 + /// <wox>
24 + /// <version>2.0</version>
25 + /// <author>George A Smith</author>
26 + /// <svn>http://woxserializer.sourceforge.net/</svn>
27 + /// <note>XML form for vs 2 is more compact and therefor incompatible with vs 1</note>
28 + /// </wox>
29 + /// </header>
30 +
12 31 namespace wox.serial.tests
13 32 {
14 33 [TestFixture]
  @@ -1105,4 +1124,4 @@
1105 1124 RoundTripObjectEquivalent( zPatients );
1106 1125 }
1107 1126 }
1108 - }
1127 + }