Hello,
starting again a new thread.
Regarding the Ict.Testing.lib.MFinance.GLForm.dll:
I found that the test fails at
bazaar.launchpad.net/tpokorra/o ... st.cs#L157
because the Account 6000 does not allow to be changed to a foreign currency account (not sure why, but it makes sense, you can only change new accounts).
Then I realised that in trunk only one test case is run from the dll:
<NUnitConsole assemblyname="${dir.bin}/Ict.Testing.lib.MFinance.GLForm.dll" testcase="Tests.MFinance.GLBatches.TGLBatchesTest.TestCreateBatchAndPost"/>
My question is therefore: who will fix that NUnit test, or should we deactivate it as well in the remoting branch?
It should be first fixed in trunk, before we check if it still fails in the remoting branch.
Timo