mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-22 07:01:41 +03:00
update for excluding tests when not in testing mode
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user