commit | b28b27b8349ed388f113bfa09b1310787519e23b | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Jan 14 17:39:02 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Feb 03 11:35:20 2015 +0900 |
tree | 841f605c4af4a61632a471b660f01914f4901d68 | |
parent | 6404f30051678633373630b54e1cd03a6dde8613 [diff] |
Fix comment range parsing for file comments in notedb For file comments the line number 0 is written to the NoteDb. However when reading the note and parsing the comment, a value of 0 was treated as an error. Provide unit test for file comment, with line equals 0. This test is failing without this change being applied. Change-Id: I837375a22368fbdcab9fc995761530623b0b2989