Commit 887a833

mokhan <mokhan@ce5e1baf-6525-42e4-a1b2-857ea38da20a>
2009-03-13 20:01:06
converted to developwithpassion assemblies.
git-svn-id: https://svn.xp-dev.com/svn/mokhan-mo.money@68 ce5e1baf-6525-42e4-a1b2-857ea38da20a
1 parent 800c4df
Changed files (83)
trunk
build
product
MyMoney
DataAccess
Domain
Infrastructure
Presentation
Tasks
infrastructure
Testing
spechelpers
Utility
trunk/build/lib/app/developwithpassion/developwithpassion.bdd.dll
Binary file
trunk/build/lib/app/developwithpassion/developwithpassion.commons.core.infrastructure.dll
Binary file
trunk/build/lib/app/developwithpassion/developwithpassion.commons.core.infrastructure.pdb
Binary file
trunk/product/MyMoney/DataAccess/db40/spiking/db40_spike_specs.cs
@@ -1,7 +1,7 @@
 using System.Collections.Generic;
 using System.IO;
 using Db4objects.Db4o;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/DataAccess/db40/ObjectRepositorySpecs.cs
@@ -1,6 +1,6 @@
 using System.Collections.Generic;
 using Db4objects.Db4o;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Domain.Core;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/DataAccess/db40/SessionFactorySpecs.cs
@@ -1,5 +1,5 @@
 using Db4objects.Db4o;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.DataAccess.db40;
 using MoMoney.Presentation.Model.Projects;
 using MoMoney.Testing.MetaData;
trunk/product/MyMoney/DataAccess/repositories/bill_repository_specs.cs
@@ -1,6 +1,6 @@
 using System;
 using System.Collections.Generic;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Domain.accounting.billing;
 using MoMoney.Domain.Core;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Domain/accounting/billing/BillSpecs.cs
@@ -1,5 +1,5 @@
 using System;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Domain.Core;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Domain/accounting/billing/company_specs.cs
@@ -1,5 +1,5 @@
 using System;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Domain.accounting.financial_growth;
 using MoMoney.Domain.Core;
 using MoMoney.Testing.MetaData;
trunk/product/MyMoney/Domain/accounting/AccountHolderSpecs.cs
@@ -1,6 +1,6 @@
 using System;
 using System.Collections.Generic;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Domain.accounting.billing;
 using MoMoney.Domain.accounting.financial_growth;
 using MoMoney.Domain.Core;
trunk/product/MyMoney/Domain/accounting/GeneralLedgerSpecs.cs
@@ -1,6 +1,6 @@
 using System;
 using System.Collections.Generic;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Domain.accounting.billing;
 using MoMoney.Domain.Core;
 using MoMoney.Testing.MetaData;
trunk/product/MyMoney/Domain/Core/date_specs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Domain/Core/money_extensions_specs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
 
trunk/product/MyMoney/Domain/Core/MoneySpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Domain/Core/range_specs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Infrastructure/caching/IdentityMapSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Infrastructure/cloning/BinarySerializerSpecs.cs
@@ -1,6 +1,6 @@
 using System;
 using System.IO;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MbUnit.Framework;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Infrastructure/Container/Windsor/configuration/ComponentExclusionSpecificationSpecs.cs
@@ -1,7 +1,7 @@
 using System.Windows.Forms;
 using bdddoc.domain;
-using jpboodhoo.bdd.concerns;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.concerns;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
 
trunk/product/MyMoney/Infrastructure/Container/Windsor/WindsorDependencyRegistrySpecs.cs
@@ -1,6 +1,6 @@
 using Castle.Core;
 using Castle.Windsor;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Infrastructure/Container/ResolveSpecs.cs
@@ -1,5 +1,5 @@
 using System;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Core;
 using MoMoney.Testing;
 using MoMoney.Testing.MetaData;
trunk/product/MyMoney/Infrastructure/interceptors/LazySpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.Container;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Infrastructure/Logging/LogSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.Container;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Infrastructure/proxies/Interceptors/MethodCallTrackerSpecs.cs
@@ -1,7 +1,7 @@
 using System.Collections.Generic;
 using System.Linq;
 using Castle.Core.Interceptor;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Infrastructure/proxies/Interceptors/RunOnBackgrounThreadInterceptorSpecs.cs
@@ -1,5 +1,5 @@
 using Castle.Core.Interceptor;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.Threading;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Infrastructure/proxies/InterceptorConstraintFactorySpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Infrastructure/proxies/InterceptorConstraintSpecs.cs
@@ -1,5 +1,5 @@
 using System.Collections.Generic;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.proxies.Interceptors;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Infrastructure/proxies/ProxyBuilderSpecs.cs
@@ -4,7 +4,7 @@ using System.Linq;
 using System.Reflection;
 using Castle.Core.Interceptor;
 using Ec.AuditTool.Infrastructure.Proxies;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Infrastructure/proxies/ProxyFactorySpecs.cs
@@ -1,9 +1,9 @@
 using System;
 using System.Data;
 using Castle.Core.Interceptor;
-using jpboodhoo.bdd;
-using jpboodhoo.bdd.contexts;
-using jpboodhoo.bdd.mbunit;
+using developwithpassion.bdd;
+using developwithpassion.bdd.contexts;
+using developwithpassion.bdd.mbunit;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 
trunk/product/MyMoney/Infrastructure/registries/DefaultRegistrySpecs.cs
@@ -1,5 +1,5 @@
 using System.Collections.Generic;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.Container;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Infrastructure/Threading/BackgroundThreadFactorySpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.Container;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Infrastructure/Threading/BackgroundThreadSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Infrastructure/Threading/CommandProcessorSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Infrastructure/Threading/IntervalTimerSpecs.cs
@@ -1,6 +1,6 @@
 using System;
 using System.Timers;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Infrastructure/Threading/TimerFactorySpecs.cs
@@ -1,6 +1,6 @@
 using System;
 using System.Timers;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Infrastructure/transactions/unit_of_work.cs
@@ -20,19 +20,19 @@ namespace MoMoney.Infrastructure.transactions
     public class unit_of_work<T> : IUnitOfWork<T> where T : IEntity
     {
         readonly IRepository repository;
-        readonly IUnitOfWorkRegistrationFactory<T> mapper;
+        readonly IUnitOfWorkRegistrationFactory<T> factory;
         readonly IList<IUnitOfWorkRegistration<T>> registered_items;
 
-        public unit_of_work(IRepository repository, IUnitOfWorkRegistrationFactory<T> mapper)
+        public unit_of_work(IRepository repository, IUnitOfWorkRegistrationFactory<T> factory)
         {
             this.repository = repository;
-            this.mapper = mapper;
+            this.factory = factory;
             registered_items = new List<IUnitOfWorkRegistration<T>>();
         }
 
         public void register(T entity)
         {
-            registered_items.Add(mapper.map_from(entity));
+            registered_items.Add(factory.map_from(entity));
         }
 
         public void commit()
trunk/product/MyMoney/Infrastructure/transactions/unit_of_work_specs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Domain.Core;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Infrastructure/transactions/UnitOfWorkRegistrationFactory.cs
@@ -9,7 +9,7 @@ namespace MoMoney.Infrastructure.transactions
 
     public class UnitOfWorkRegistrationFactory<T> : IUnitOfWorkRegistrationFactory<T>
     {
-        IPrototype prototype;
+        readonly IPrototype prototype;
 
         public UnitOfWorkRegistrationFactory(IPrototype prototype)
         {
trunk/product/MyMoney/Infrastructure/transactions/UnitOfWorkRegistrationSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Domain.Core;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Infrastructure/transactions/UnitOfWorkRegistry.cs
@@ -1,6 +1,6 @@
 using System;
-using System.Linq;
 using System.Collections.Generic;
+using System.Linq;
 using Castle.Core;
 using MoMoney.Domain.Core;
 using MoMoney.Utility.Extensions;
@@ -17,8 +17,8 @@ namespace MoMoney.Infrastructure.transactions
     [Singleton]
     public class UnitOfWorkRegistry : IUnitOfWorkRegistry
     {
-        private readonly IUnitOfWorkFactory factory;
-        private readonly IDictionary<Type, IUnitOfWork> units_of_work;
+        readonly IUnitOfWorkFactory factory;
+        readonly IDictionary<Type, IUnitOfWork> units_of_work;
 
         public UnitOfWorkRegistry(IUnitOfWorkFactory factory)
         {
@@ -28,7 +28,8 @@ namespace MoMoney.Infrastructure.transactions
 
         public IUnitOfWork<T> start_unit_of_work_for<T>() where T : IEntity
         {
-            if (units_of_work.ContainsKey(typeof (T))) {
+            if (units_of_work.ContainsKey(typeof (T)))
+            {
                 return units_of_work[typeof (T)].downcast_to<IUnitOfWork<T>>();
             }
 
@@ -39,18 +40,20 @@ namespace MoMoney.Infrastructure.transactions
 
         public bool has_changes_to_commit()
         {
-            return units_of_work.Values.Count(x=>x.is_dirty()) > 0;
+            return units_of_work.Values.Count(x => x.is_dirty()) > 0;
         }
 
         public void commit_all()
         {
-            if (contains_items_to_commit()) {
+            if (contains_items_to_commit())
+            {
                 units_of_work.Values.each(x => x.commit());
             }
         }
 
         void clear_all()
         {
+            units_of_work.Values.each(x => x.Dispose());
             units_of_work.Clear();
         }
 
trunk/product/MyMoney/Infrastructure/transactions/UnitOfWorkRegistrySpecs.cs
@@ -1,4 +1,5 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Domain.Core;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Presentation/Context/the_application_context_specs.cs
@@ -1,6 +1,6 @@
 using System;
 using System.Windows.Forms;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Model.Menu.File.Commands;
 using MoMoney.Presentation.Presenters.Commands;
 using MoMoney.Presentation.Views.Shell;
trunk/product/MyMoney/Presentation/Core/ApplicationControllerSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Views.core;
 using MoMoney.Presentation.Views.Shell;
 using MoMoney.Testing.MetaData;
trunk/product/MyMoney/Presentation/Databindings/binding_selector_specs.cs
@@ -1,6 +1,6 @@
 using System;
 using System.Linq.Expressions;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Presentation/Databindings/ComboBoxDataBindingSpecs.cs
@@ -1,5 +1,5 @@
 using System.Windows.Forms;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Presentation/Databindings/date_time_property_binding_specs.cs
@@ -1,6 +1,6 @@
 using System;
 using System.Windows.Forms;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Presentation/Databindings/property_binder_specs.cs
@@ -1,5 +1,5 @@
 using System.Reflection;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Presentation/Databindings/property_inspector_specs.cs
@@ -1,5 +1,5 @@
 using System.Reflection;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Presentation/Databindings/TextBoxDataBindingSpecs.cs
@@ -1,5 +1,5 @@
 using System.Windows.Forms;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/exit_command_specs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.eventing;
 using MoMoney.Infrastructure.System;
 using MoMoney.Presentation.Model.messages;
trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/new_command_specs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Model.Projects;
 using MoMoney.Presentation.Presenters.Commands;
 using MoMoney.Testing.MetaData;
trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/OpenCommandSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Model.Projects;
 using MoMoney.Presentation.Views.dialogs;
 using MoMoney.Testing.MetaData;
trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/save_as_command_specs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Model.Projects;
 using MoMoney.Presentation.Views.dialogs;
 using MoMoney.Testing.MetaData;
trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/save_command_specs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Model.Projects;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Presentation/Model/Navigation/navigation_tree_visitor_specs.cs
@@ -1,5 +1,5 @@
 using System.Windows.Forms;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.Container;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Presentation/Model/Navigation/tree_branch_specs.cs
@@ -1,5 +1,5 @@
 using System.Windows.Forms;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Presentation/Model/Projects/CurrentProjectSpecs.cs
@@ -1,5 +1,5 @@
 using System;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.DataAccess.db40;
 using MoMoney.Infrastructure.eventing;
 using MoMoney.Presentation.Model.messages;
trunk/product/MyMoney/Presentation/Model/reporting/report_binding_extensions_specs.cs
@@ -1,6 +1,6 @@
 using System;
 using DataDynamics.ActiveReports;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Presentation/Presenters/Commands/LoadPresentationModulesCommandSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Core;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Presentation/Presenters/Commands/run_the_specs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Core;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Presentation/Presenters/income/AddNewIncomePresenterSpecs.cs
@@ -1,5 +1,5 @@
 using System.Collections.Generic;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Domain.accounting.billing;
 using MoMoney.Domain.accounting.financial_growth;
 using MoMoney.Domain.Core;
trunk/product/MyMoney/Presentation/Presenters/Menu/Help/about_the_application_presenter_specs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Views.Menu.Help;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Presentation/Presenters/Menu/MainMenuPresenterSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Model.Menu;
 using MoMoney.Presentation.Views.Menu;
 using MoMoney.Testing.MetaData;
trunk/product/MyMoney/Presentation/Presenters/Navigation/NavigationPresenterSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Model.Navigation;
 using MoMoney.Presentation.Views.Navigation;
 using MoMoney.Testing.MetaData;
trunk/product/MyMoney/Presentation/Presenters/Shell/GettingStartedModuleSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.eventing;
 using MoMoney.Presentation.Presenters.Commands;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Presentation/Presenters/Shell/GettingStartedPresenterSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.eventing;
 using MoMoney.Presentation.Views.Shell;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Presentation/Presenters/Shell/LogFileViewPresenterSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Views.Shell;
 using MoMoney.Tasks.infrastructure;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Presentation/Presenters/Shell/NotificationIconPresenterSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.eventing;
 using MoMoney.Presentation.Resources;
 using MoMoney.Presentation.Views.Shell;
trunk/product/MyMoney/Presentation/Presenters/Shell/StatusBarPresenterSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.eventing;
 using MoMoney.Presentation.Model.messages;
 using MoMoney.Presentation.Resources;
trunk/product/MyMoney/Presentation/Presenters/Shell/TitleBarPresenterSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.eventing;
 using MoMoney.Presentation.Model.messages;
 using MoMoney.Presentation.Model.Projects;
trunk/product/MyMoney/Presentation/Presenters/Shell/UnhandledErrorPresenterSpecs.cs
@@ -1,5 +1,5 @@
 using System;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.eventing;
 using MoMoney.Presentation.Model.messages;
 using MoMoney.Presentation.Views.Shell;
trunk/product/MyMoney/Presentation/Presenters/Startup/SplashScreenPresenterSpecs.cs
@@ -1,5 +1,5 @@
 using System;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Infrastructure.Threading;
 using MoMoney.Presentation.Views.Startup;
 using MoMoney.Testing.MetaData;
trunk/product/MyMoney/Presentation/Presenters/updates/CheckForUpdatesPresenterSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Model.updates;
 using MoMoney.Presentation.Presenters.Commands;
 using MoMoney.Presentation.Views.updates;
trunk/product/MyMoney/Presentation/Presenters/AddCompanyPresenterSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Presenters.billing.dto;
 using MoMoney.Presentation.Views;
 using MoMoney.Tasks.application;
trunk/product/MyMoney/Presentation/Views/dialogs/SaveChangesViewSpecs.cs
@@ -1,5 +1,5 @@
 using System;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Model.Menu.File.Commands;
 using MoMoney.Presentation.Views.helpers;
 using MoMoney.Testing.spechelpers.contexts;
trunk/product/MyMoney/Presentation/Views/helpers/EventTriggerSpecs.cs
@@ -1,6 +1,6 @@
 using System;
 using System.Windows.Forms;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
 
trunk/product/MyMoney/Presentation/Views/Menu/ApplicationMenuHostSpecs.cs
@@ -1,5 +1,5 @@
 using System.Windows.Forms;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Model.Menu;
 using MoMoney.Presentation.Views.Menu.Mappers;
 using MoMoney.Presentation.Views.Shell;
trunk/product/MyMoney/Presentation/Views/Shell/ApplicationShellSpecs.cs
@@ -1,5 +1,5 @@
 using System;
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Presentation.Model.Menu.File.Commands;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Tasks/infrastructure/UpdateTasks.cs
@@ -41,7 +41,7 @@ namespace MoMoney.Tasks.infrastructure
                            application_name = deployment.UpdatedApplicationFullName,
                            deployment_url = deployment.UpdateLocation,
                            available_version = update.AvailableVersion,
-                           size_of_update_in_bytes=update.UpdateSizeBytes,
+                           size_of_update_in_bytes = update.UpdateSizeBytes,
                        };
         }
 
trunk/product/MyMoney/Testing/spechelpers/contexts/concerns_for.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.mbunit.standard.observations;
+using developwithpassion.bdd.mbunit.standard.observations;
 using MoMoney.Testing.Extensions;
 using Rhino.Mocks;
 
trunk/product/MyMoney/Utility/Extensions/mapping_extensions_specs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.MetaData;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
trunk/product/MyMoney/Utility/Extensions/numeric_conversions_specs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
 
trunk/product/MyMoney/Utility/Extensions/TypeExtensionsSpecs.cs
@@ -1,4 +1,4 @@
-using jpboodhoo.bdd.contexts;
+using developwithpassion.bdd.contexts;
 using MoMoney.Testing.spechelpers.contexts;
 using MoMoney.Testing.spechelpers.core;
 
trunk/product/MyMoney/MyMoney.csproj
@@ -83,17 +83,13 @@
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\..\build\lib\app\db40\Db4objects.Db4o.Linq.dll</HintPath>
     </Reference>
-    <Reference Include="JetBrains.Annotations, Version=4.1.933.3, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\build\lib\app\jetbrains\JetBrains.Annotations.dll</HintPath>
-    </Reference>
-    <Reference Include="jpboodhoo.bdd, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+    <Reference Include="developwithpassion.bdd, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\build\lib\app\jpboodhoo\jpboodhoo.bdd.dll</HintPath>
+      <HintPath>..\..\build\lib\app\developwithpassion\developwithpassion.bdd.dll</HintPath>
     </Reference>
-    <Reference Include="jpboodhoo.commons.core.infrastructure, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+    <Reference Include="JetBrains.Annotations, Version=4.1.933.3, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\build\lib\app\jpboodhoo\jpboodhoo.commons.core.infrastructure.dll</HintPath>
+      <HintPath>..\..\build\lib\app\jetbrains\JetBrains.Annotations.dll</HintPath>
     </Reference>
     <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>