Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
comparison API/Objects/RaceTests.cs @ 126:6571b6483d2d
* Set target framework to v2.0...AGAIN
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 09 Apr 2011 15:14:33 +0000 |
parents | |
children | 779ad76c2644 |
comparison
equal
deleted
inserted
replaced
125:c9fee4fdc9e8 | 126:6571b6483d2d |
---|---|
1 // This file (RaceTests.cs) is a part of the IBBoard.WarFoundry.API.Tests project and is copyright 2011 IBBoard | |
2 // | |
3 // The file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license. | |
4 using System; | |
5 using NUnit.Framework; | |
6 | |
7 namespace IBBoard.WarFoundry.API.Objects | |
8 { | |
9 [TestFixture()] | |
10 public class RaceTests | |
11 { | |
12 [Test()] | |
13 public void TestCase() | |
14 { | |
15 } | |
16 } | |
17 } | |
18 |