Skip to content

Commit

Permalink
Testing a suspect
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Feb 27, 2012
1 parent 438cafb commit 0055424
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Raven.Tryouts/Program.cs
Expand Up @@ -4,6 +4,7 @@
using NLog; using NLog;
using NLog.Config; using NLog.Config;
using Raven.Database.Server; using Raven.Database.Server;
using Raven.Tests.Bugs;
using Raven.Tests.MultiGet; using Raven.Tests.MultiGet;
using Raven.Tests.Shard.BlogModel; using Raven.Tests.Shard.BlogModel;
using Raven.Tests.Storage.MultiThreaded; using Raven.Tests.Storage.MultiThreaded;
Expand Down Expand Up @@ -31,8 +32,8 @@ private static void Main()
Environment.SetEnvironmentVariable("Run", i.ToString()); Environment.SetEnvironmentVariable("Run", i.ToString());
Console.Clear(); Console.Clear();
Console.WriteLine(i); Console.WriteLine(i);
var x = new Raven.Tests.MailingList.MapReduceIssue.CanPageThroughReduceResults(); var x = new CaseSensitiveDeletes();
x.Test(); x.ShouldWork();
} }
} }
catch (Exception e) catch (Exception e)
Expand Down

0 comments on commit 0055424

Please sign in to comment.