changeset 3:8c45831988c3

* Fix namespace of IBBMathTests so that they test new class no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Tue, 06 Oct 2009 18:37:31 +0000
parents 83d1e27d792d
children a6b26fe532df
files CustomMath/IBBMathTests.cs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CustomMath/IBBMathTests.cs	Tue Oct 06 18:31:37 2009 +0000
+++ b/CustomMath/IBBMathTests.cs	Tue Oct 06 18:37:31 2009 +0000
@@ -6,7 +6,7 @@
 using System;
 using NUnit.Framework;
 
-namespace IBBoard.Lang
+namespace IBBoard.CustomMath
 {
 	[TestFixture()]	
 	public class IBBMathTest