* test: Add basic scene test which merely instantiates the scene right now

* set debug scene name on scene registration, rather than within the Scene constructor
This commit is contained in:
Justin Clarke Casey
2008-10-31 18:39:51 +00:00
parent 1f52ca97c7
commit 269303d97d
5 changed files with 66 additions and 13 deletions

View File

@@ -884,6 +884,7 @@
<!-- Unit tests -->
<Reference name="OpenSim.Tests.Common"/>
<Reference name="Nini.dll"/>
<Reference name="nunit.framework.dll"/>
<!-- For scripting in funny languages by default -->
@@ -904,6 +905,7 @@
<Files>
<!-- SADLY the way this works means you need to keep adding these paths -->
<Match path="Modules/World/Terrain/Tests" pattern="*.cs" recurse="true" />
<Match path="Scenes/Tests" pattern="*.cs" recurse="false" />
</Files>
</Project>