[Quantproject-developers] QuantProject/t5_Testing QPTesting.csproj, 1.5, 1.6
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2012-05-01 00:07:22
|
Update of /cvsroot/quantproject/QuantProject/t5_Testing
In directory vz-cvs-3.sog:/tmp/cvs-serv32614/t5_Testing
Modified Files:
QPTesting.csproj
Log Message:
the test
b1_ADT\Econometrics\LinearRegressionWithoutCovarianceMatrix.cs
has been removed
the test
b1_ADT\Econometrics\TestPSquareAndPressStatistic.cs
has been added
Index: QPTesting.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/t5_Testing/QPTesting.csproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** QPTesting.csproj 13 Feb 2011 19:23:30 -0000 1.5
--- QPTesting.csproj 1 May 2012 00:07:20 -0000 1.6
***************
*** 39,44 ****
<Compile Include="a5_FakeImplementations\FakeHistoricalMarketValueProvider.cs" />
<Compile Include="AssemblyInfo.cs" />
- <Compile Include="b1_ADT\Econometrics\LinearRegressionWithoutCovarianceMatrix.cs" />
<Compile Include="b1_ADT\Econometrics\TestLinearRegression.cs" />
<Compile Include="b1_ADT\LinearAlgebra\TestCholeskyDecomposition.cs" />
<Compile Include="b1_ADT\LinearAlgebra\TestLinearSystemSolver.cs" />
--- 39,44 ----
<Compile Include="a5_FakeImplementations\FakeHistoricalMarketValueProvider.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="b1_ADT\Econometrics\TestLinearRegression.cs" />
+ <Compile Include="b1_ADT\Econometrics\TestPSquareAndPressStatistic.cs" />
<Compile Include="b1_ADT\LinearAlgebra\TestCholeskyDecomposition.cs" />
<Compile Include="b1_ADT\LinearAlgebra\TestLinearSystemSolver.cs" />
|