Update of /cvsroot/springnet/Spring.Net/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/IntegrationTests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11150/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/IntegrationTests
Modified Files:
FulfillmentServiceTests.cs
Log Message:
fixed integration tests in nh-northwind sample
Index: FulfillmentServiceTests.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/IntegrationTests/FulfillmentServiceTests.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** FulfillmentServiceTests.cs 18 Jun 2007 20:04:29 -0000 1.2
--- FulfillmentServiceTests.cs 29 Sep 2007 17:31:55 -0000 1.3
***************
*** 47,51 ****
/// configuration of a TransactionProxyFactoryObject
/// </summary>
! [Test]
public void ProcessCustomerViaTxProxyFactoryObject()
{
--- 47,51 ----
/// configuration of a TransactionProxyFactoryObject
/// </summary>
! [Test,Explicit( "choose DeclarativeServicesTxProxyFactoryDriven.xml in Services.xml before running this test" )]
public void ProcessCustomerViaTxProxyFactoryObject()
{
***************
*** 60,63 ****
--- 60,64 ----
/// </summary>
[Test]
+ //[Explicit( "choose DeclarativeServicesAttributeDriven.xml in Services.xml before running this test" )]
public void ProcessCustomer()
{
|