SPRNET-1017 - Locally managed transactions were not propagated when performing dataset operations in AdoTemplate.
This commit is contained in:
@@ -143,7 +143,7 @@ namespace Spring.Data
|
||||
{
|
||||
object result = tt.Execute(new DataSetUpdateTransactionCallback(this, true));
|
||||
Assert.Fail("Should have thrown exception to rollback transaction.");
|
||||
} catch (Exception e)
|
||||
} catch (Exception)
|
||||
{
|
||||
ValidateTestObjects(4);
|
||||
}
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DebugType>full</DebugType>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningsAsErrors>168</WarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>..\..\..\build\VS.Net.2005\Spring.Data.Integration.Tests\Release\</OutputPath>
|
||||
|
||||
Reference in New Issue
Block a user