1 /*----------------------------------------------------------------------------
2 Name: FileUtilTest.cs
3 Project: xmlBlaster.org
4 Copyright: xmlBlaster.org, see xmlBlaster-LICENSE file
5 Author: "Marcel Ruff" <xmlBlaster@marcelruff.info>
6 Date: 2007
7 See: http://www.xmlblaster.org/
8 -----------------------------------------------------------------------------*/
9 using System;
10 using System.Text;
11 using NUnit.Framework;
12 using org.xmlBlaster.util;
13
14 namespace org.xmlBlaster.client.util {
15 [TestFixture]
16 public class FileUtilTest {
17 [Test]
18 public void CheckSomething() {
19 // TODO
20 }
21 }
22 }
syntax highlighted by Code2HTML, v. 0.9.1