User: johnsimons
Date: 2009/12/22 05:07 PM
Modified:
/InversionOfControl/trunk/src/Castle.Windsor.Tests/Facilities/EventWiring/
InvalidConfigTestCase.cs, SingletonComponentsTestCase.cs,
SingletonStartableTestCase.cs, SubscriberWithDependenciesTestCase.cs
Log:
Fixed a few path issues with the Mono build. Paths are case sensitive in Linux!
File Changes:
Directory:
/InversionOfControl/trunk/src/Castle.Windsor.Tests/Facilities/EventWiring/
=====================================================================================
File [modified]: InvalidConfigTestCase.cs
Delta lines: +1 -2
===================================================================
---
InversionOfControl/trunk/src/Castle.Windsor.Tests/Facilities/EventWiring/SingletonComponentsTestCase.cs
2009-12-22 23:26:02 UTC (rev 6525)
+++
InversionOfControl/trunk/src/Castle.Windsor.Tests/Facilities/EventWiring/SingletonComponentsTestCase.cs
2009-12-23 00:07:14 UTC (rev 6526)
@@ -15,7 +15,6 @@
#if (!SILVERLIGHT)
namespace Castle.Facilities.EventWiring.Tests
{
- using System;
using Castle.Facilities.EventWiring.Tests.Model;
using NUnit.Framework;
@@ -24,7 +23,7 @@
{
protected override string GetConfigFile()
{
- return "config/singleton.config";
+ return "Config/singleton.config";
}
File [modified]: SingletonComponentsTestCase.cs
Delta lines: +1 -1
===================================================================
---
InversionOfControl/trunk/src/Castle.Windsor.Tests/Facilities/EventWiring/SingletonStartableTestCase.cs
2009-12-22 23:26:02 UTC (rev 6525)
+++
InversionOfControl/trunk/src/Castle.Windsor.Tests/Facilities/EventWiring/SingletonStartableTestCase.cs
2009-12-23 00:07:14 UTC (rev 6526)
@@ -22,7 +22,7 @@
{
protected override string GetConfigFile()
{
- return "config/startable.config";
+ return "Config/startable.config";
}
}
File [modified]: SingletonStartableTestCase.cs
Delta lines: +1 -1
===================================================================
---
InversionOfControl/trunk/src/Castle.Windsor.Tests/Facilities/EventWiring/SubscriberWithDependenciesTestCase.cs
2009-12-22 23:26:02 UTC (rev 6525)
+++
InversionOfControl/trunk/src/Castle.Windsor.Tests/Facilities/EventWiring/SubscriberWithDependenciesTestCase.cs
2009-12-23 00:07:14 UTC (rev 6526)
@@ -35,7 +35,7 @@
protected string GetConfigFile()
{
- return "config/dependencies.config";
+ return "Config/dependencies.config";
}
File [modified]: SubscriberWithDependenciesTestCase.cs
Delta lines: +0 -0
===================================================================
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.