Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
view 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 |
line wrap: on
line source
// This file (RaceTests.cs) is a part of the IBBoard.WarFoundry.API.Tests project and is copyright 2011 IBBoard // // 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. using System; using NUnit.Framework; namespace IBBoard.WarFoundry.API.Objects { [TestFixture()] public class RaceTests { [Test()] public void TestCase() { } } }