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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53688 954022d7-b5bf-4e40-9824-e11837661b57
parent ce49693e
This diff is collapsed.
...@@ -859,7 +859,7 @@ ...@@ -859,7 +859,7 @@
oParser = new parserFormula( "SUMIF(A12:A17,\"\",C12:C17)", "A22", ws ); oParser = new parserFormula( "SUMIF(A12:A17,\"\",C12:C17)", "A22", ws );
ok( oParser.parse() ); ok( oParser.parse() );
notEqual( oParser.calculate().getValue(), 400 ); strictEqual( oParser.calculate().getValue(), 400 );
} ) } )
......
This diff is collapsed.
This diff is collapsed.
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