~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/examples/NUnit2/ReferenceAssemblies/ReferenceTest.cs

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 13:22:59 UTC
  • Revision ID: mandel@themacaque.com-20100708132259-y1jgyuyqfe9stt8u
Updated build script to run tests and added all the required tools so far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
using NUnit.Framework;
 
2
using Helpers;
 
3
 
 
4
namespace NAnt.NUnit2.Tests {
 
5
    [TestFixture]
 
6
    public class ReferenceTests {
 
7
        [Test]
 
8
        public void LogTest () {
 
9
            Log.Debug ("whatever");
 
10
        }
 
11
    }
 
12
}