<html>
<body>
<div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
<table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
<tr>
<td>
This is an automatically generated e-mail. To reply, visit:
<a href="http://git.reviewboard.kde.org/r/107459/">http://git.reviewboard.kde.org/r/107459/</a>
</td>
</tr>
</table>
<br />
<p>Ship it!</p>
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Good work, imo!</pre>
<br />
<div>
<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; border-collapse: collapse; margin: 2px padding: 2px;">
<thead>
<tr>
<th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; font-size: 9pt; padding: 4px 8px; text-align: left;">
<a href="http://git.reviewboard.kde.org/r/107459/diff/2/?file=96149#file96149line91" style="color: black; font-weight: bold; text-decoration: underline;">libs/main/KoApplication.h</a>
<span style="font-weight: normal;">
(Diff revision 2)
</span>
</th>
</tr>
</thead>
<tbody style="background-color: #e4d9cb; padding: 4px 8px; text-align: center;">
<tr>
<td colspan="4"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">public:</pre></td>
</tr>
</tbody>
<tbody>
<tr>
<th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2"></font></th>
<td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>
<th bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">91</font></th>
<td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "><span class="cm"> * Get all the unique files opened.</span></pre></td>
</tr>
</tbody>
</table>
<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Maybe change to "get the number of currently open documents"?</pre>
</div>
<br />
<p>- Boudewijn</p>
<br />
<p>On November 25th, 2012, 4:44 p.m., Sujith Haridasan wrote:</p>
<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://git.reviewboard.kde.org/media/rb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
<tr>
<td>
<div>Review request for Calligra, Arjen Hiemstra, Boudewijn Rempt, Inge Wallin, and C. Boemann.</div>
<div>By Sujith Haridasan.</div>
<p style="color: grey;"><i>Updated Nov. 25, 2012, 4:44 p.m.</i></p>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
<tr>
<td>
<pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">This patch helps to pass the issue in the http://build.kde.org/job/calligra_master/323/testReport/(root)/TestSuite/sheets_InformationFunctions/ because of which the test case TestInformationFunctions were failing.
The failure is as below:
FAIL! : Calligra::Sheets::TestInformationFunctions::testINFO() Compared values are not the same
Actual (evaluate("ISNUMBER(INFO(\"numfile\"))",z)): Boolean: FALSE
Expected ((z)): Boolean: TRUE
Loc: [/srv/jenkins/workspace/calligra_master/sheets/tests/TestInformationFunctions.cpp(338)]
</pre>
</td>
</tr>
</table>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
<tr>
<td>
<pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I had done testing on my host machine. And here is the output:
sujith@kdekiddo:/media/kdedeveloper/kde-dev/kde/build/KDE/calligra/sheets/tests$ ./TestInformationFunctions
********* Start testing of Calligra::Sheets::TestInformationFunctions *********
Config: Using QTest library 4.8.4, Qt 4.8.4
QDEBUG : Calligra::Sheets::TestInformationFunctions::initTestCase() qttest(27285)/kdecore (KSycoca) KSycocaPrivate::openDatabase: Trying to open ksycoca from "/home/sujith/.kde-unit-test/cache-kdekiddo/ksycoca4"
PASS : Calligra::Sheets::TestInformationFunctions::initTestCase()
PASS : Calligra::Sheets::TestInformationFunctions::testAREAS()
PASS : Calligra::Sheets::TestInformationFunctions::testCELL()
PASS : Calligra::Sheets::TestInformationFunctions::testCOLUMN()
PASS : Calligra::Sheets::TestInformationFunctions::testCOLUMNS()
PASS : Calligra::Sheets::TestInformationFunctions::testCOUNT()
PASS : Calligra::Sheets::TestInformationFunctions::testCOUNTA()
PASS : Calligra::Sheets::TestInformationFunctions::testCOUNTBLANK()
PASS : Calligra::Sheets::TestInformationFunctions::testCOUNTIF()
PASS : Calligra::Sheets::TestInformationFunctions::testERRORTYPE()
PASS : Calligra::Sheets::TestInformationFunctions::testFORMULA()
PASS : Calligra::Sheets::TestInformationFunctions::testINFO()
PASS : Calligra::Sheets::TestInformationFunctions::testISBLANK()
PASS : Calligra::Sheets::TestInformationFunctions::testISERR()
PASS : Calligra::Sheets::TestInformationFunctions::testISERROR()
PASS : Calligra::Sheets::TestInformationFunctions::testISEVEN()
PASS : Calligra::Sheets::TestInformationFunctions::testISFORMULA()
PASS : Calligra::Sheets::TestInformationFunctions::testISLOGICAL()
PASS : Calligra::Sheets::TestInformationFunctions::testISNONTEXT()
PASS : Calligra::Sheets::TestInformationFunctions::testISNA()
PASS : Calligra::Sheets::TestInformationFunctions::testISNUMBER()
PASS : Calligra::Sheets::TestInformationFunctions::testISODD()
PASS : Calligra::Sheets::TestInformationFunctions::testISTEXT()
PASS : Calligra::Sheets::TestInformationFunctions::testISREF()
PASS : Calligra::Sheets::TestInformationFunctions::testMATCH()
PASS : Calligra::Sheets::TestInformationFunctions::testN()
PASS : Calligra::Sheets::TestInformationFunctions::testNA()
PASS : Calligra::Sheets::TestInformationFunctions::testROW()
PASS : Calligra::Sheets::TestInformationFunctions::testROWS()
PASS : Calligra::Sheets::TestInformationFunctions::testSHEET()
PASS : Calligra::Sheets::TestInformationFunctions::testSHEETS()
PASS : Calligra::Sheets::TestInformationFunctions::testTYPE()
PASS : Calligra::Sheets::TestInformationFunctions::testVALUE()
PASS : Calligra::Sheets::TestInformationFunctions::cleanupTestCase()
Totals: 34 passed, 0 failed, 0 skipped
********* Finished testing of Calligra::Sheets::TestInformationFunctions *********
sujith@kdekiddo:/media/kdedeveloper/kde-dev/kde/build/KDE/calligra/sheets/tests$</pre>
</td>
</tr>
</table>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">
<li>libs/main/KoApplication.h <span style="color: grey">(b0bcab2)</span></li>
<li>libs/main/KoApplication.cpp <span style="color: grey">(8ac4639)</span></li>
<li>sheets/functions/information.cpp <span style="color: grey">(5ae962d)</span></li>
<li>sheets/tests/TestInformationFunctions.cpp <span style="color: grey">(d0adc68)</span></li>
</ul>
<p><a href="http://git.reviewboard.kde.org/r/107459/diff/" style="margin-left: 3em;">View Diff</a></p>
</td>
</tr>
</table>
</div>
</body>
</html>