Adding some code to post-process the unrecord data
[vng.git] / patches / tests / TestReadCommit.cpp
blobadda0c7a7b5c4475809e066d921535db99c88b4c
1 #include "TestReadCommit.h"
3 void TestReadCommit::testBasis()
10 /* just files
11 command: git diff-index b65b6f0254bf6766f0ac09ee888865df520d9d73
12 ":100644 000000 cee7da7f5af8b919aed2651b0ed2e2b3d4f38e42 0000000000000000000000000000000000000000 D AbstractCommand.cpp"
13 ":000000 100644 0000000000000000000000000000000000000000 9457d8fc837268e3b4d4e4070640aa5a878cc197 A GitRunner.2"
14 "GitRunner.2"
15 ":100644 100644 c7eb8fcb9e61e97302cf4bd3fe94f0462563dc60 aa287dee7a0b0e5a12b59bed96aaabff16239f7d M hunks/File.cpp"
20 command: git cat-file commit 39fda993b682a9d90a8aa2f173f862adae983df1
21 "tree d83e7cced91211b8a14097253782a8e1fbbd7273"
22 "parent 5d2ba8270cfcbca6859331a0352c549db9fe623b"
23 "author Thomas Zander <zander@kde.org> 1211012950 +0200"
24 "committer Thomas Zander <zander@lacuna.troll.no> 1211012950 +0200"
26 "fix issue 2, initialize refers to 'darcs'"
30 "commit b65b6f0254bf6766f0ac09ee888865df520d9d73"
31 "tree 9d177b7ce70a8c19136078efe59b87462a80868d"
32 "parent 09d7e027099f04b891bdccac86ced9544c2c4ddf"
33 "author Thomas Zander <Thomas.t.Zander@nokia.com> 1224085484 +0200"
34 "committer Thomas Zander <Thomas.t.Zander@nokia.com> 1224085484 +0200"
36 "Added braces in the wrong locations.."
38 ":100644 100644 7875343e8aa07a6bbe3752e28a195c3f29e002d8 cee7da7f5af8b919aed2651b0ed2e2b3d4f38e42 M AbstractCommand.cpp"
39 ":100644 100644 02cef7556df8f20a6b64eedc4b0b1d05f8f67366 0d6a2df4e56a2a0489d67c56a110ed8fd7a3f253 M commands/Changes.cpp"
40 ":100644 100644 671e32854349de3c1eb57c8c711179ae5e5750b0 05ca86ee49d6c4bd25122c302eaf4a13a9bae04a M commands/Revert.cpp"
41 ":100644 100644 d84f94310699a9968b0dd8515c4f87c83d021205 a71bd85b17aa3b49bedb014d8814ddbcc1339713 M commands/UnRevert.cpp"
45 /* // 2 parents means merge
49 QTEST_MAIN(TestReadCommit)