Commit 12a52c2c authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

подправлены юнит тесты

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56923 954022d7-b5bf-4e40-9824-e11837661b57
parent abfce8d6
......@@ -800,8 +800,7 @@
wb.getWorksheet( 0 ).setName( "ЛистTEMP" );
strictEqual( ws.getCell2( "S100" ).getCells()[0].getFormula(), wb.getWorksheet( 0 ).getName() + "!S95",
ws.getCell2( "S100" ).getCells()[0].getFormula() + " " + wb.getWorksheet( 0 ).getName() + "!S95" );
strictEqual( ws.getCell2( "S100" ).getCells()[0].getFormula(), wb.getWorksheet( 0 ).getName() + "!S95" );
} )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment