From e28e2d24c714c3fba1cba60097986a1c1c28c6c0 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Mon, 24 Oct 2011 22:23:41 +0100 Subject: [PATCH] Add new EventQueueTests with basic test to check that adding a client registers an http poll --- .nant/local.include | 5 ++ .../Caps/EventQueue/EventQueueGetModule.cs | 1 - .../Caps/EventQueue/Tests/EventQueueTests.cs | 72 +++++++++++++++++++ OpenSim/Region/Framework/Scenes/Scene.cs | 4 +- ...on.ClientStack.LindenCaps.Tests.dll.config | 33 +++++++++ prebuild.xml | 36 ++++++++++ 6 files changed, 149 insertions(+), 2 deletions(-) create mode 100644 OpenSim/Region/ClientStack/Linden/Caps/EventQueue/Tests/EventQueueTests.cs create mode 100644 bin/OpenSim.Region.ClientStack.LindenCaps.Tests.dll.config diff --git a/.nant/local.include b/.nant/local.include index e5efb67055..40224f9dc3 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -112,6 +112,11 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/prebuild.xml b/prebuild.xml index d6db614563..a1d56bcb7a 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -3068,6 +3068,42 @@ + + + + ../../../../../bin/ + + + + + ../../../../../bin/ + + + + ../../../../../bin/ + + + + + + + + + + + + + + + + + + + + + + +