Hello Justin, JCC> On another note, I saw you mention that some tests require NUnit JCC> 2.5. Unfortunately, the download page at JCC> http://www.nunit.org/?p=download says that this series is still JCC> somewhat unstable under Mono. I don't mind updating if this JCC> definitely won't affect us, but otherwise I would prefer that we remain on 2.4 for now.
I did the tests in NUnit 5.5. initially, but Melanie told me it is not available on OpenSim's test server, so I downgraded all the tests to NUnit 4.6, where it looks a bit less cool but works just the same. All the code I pushed to github is for NUnit 4.6. JCC> I'm assuming that you're using Windows since, somewhat JCC> ironically, the recent data test updates stopped the automated test suite from completing. That is correct, I'm on Windows, and I do realize that most of the OpenSim development is being done under Linux. Things like nant and prebuild still hold surprizes for me. JCC> Essentially, the "nant test" target used by JCC> panda.opensimulator.org to run the tests requires changes to JCC> .nant/local.include if the DLLs change. This time, I changed the JCC> references from OpenSim.Data.SQLite.Tests.dll/MySQL.dll to JCC> OpenSim.Data.Tests.dll in commit d53057c. But if you could check JCC> that in future then that would be great. Sorry for messing up the build process and thank you for fixing it. JCC> Also, I see that there are now a very large number of skipped JCC> tests in OpenSim.Data.Tests.dll. From a quick scan of the output JCC> at http://panda.opensimulator.org/test_runs/2189 I see that some JCC> of these are MSSQL but others appear to be SQLite. Could you comment and/or fix? All MS SQL tests are supposed to be skipped unless specifically enabled, but none of the SQLite tests should be skipped. They all ran green on my system. I'm looking at the tests log right now. Best regards, Alex Reatov Adept SQL Tools - http://www.adeptsql.com _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
