mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-28 23:01:53 +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.Silverlight.Testing;
|
||||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||||
|
|
||||||
|
#if TESTING
|
||||||
|
|
||||||
namespace MyFriendsAround.WP7.Tests
|
namespace MyFriendsAround.WP7.Tests
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
@@ -30,3 +32,5 @@ namespace MyFriendsAround.WP7.Tests
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user