update for excluding tests when not in testing mode

This commit is contained in:
2011-03-24 22:34:22 +02:00
parent fd94eb6f05
commit 6ff88738da
+4
View File
@@ -11,6 +11,8 @@ using System.Windows.Shapes;
using Microsoft.Silverlight.Testing;
using Microsoft.VisualStudio.TestTools.UnitTesting;
#if TESTING
namespace MyFriendsAround.WP7.Tests
{
[TestClass]
@@ -30,3 +32,5 @@ namespace MyFriendsAround.WP7.Tests
}
}
}
#endif