Mercurial > hg > soundsoftware-site
annotate test/fixtures/journal_details.yml @ 245:051f544170fe
* Update to SVN trunk revision 4993
author | Chris Cannam |
---|---|
date | Thu, 03 Mar 2011 11:42:28 +0000 |
parents | 513646585e45 |
children | cbce1fd3b1b7 |
rev | line source |
---|---|
Chris@0 | 1 --- |
Chris@0 | 2 journal_details_001: |
Chris@0 | 3 old_value: "1" |
Chris@0 | 4 property: attr |
Chris@0 | 5 id: 1 |
Chris@0 | 6 value: "2" |
Chris@0 | 7 prop_key: status_id |
Chris@0 | 8 journal_id: 1 |
Chris@0 | 9 journal_details_002: |
Chris@0 | 10 old_value: "40" |
Chris@0 | 11 property: attr |
Chris@0 | 12 id: 2 |
Chris@0 | 13 value: "30" |
Chris@0 | 14 prop_key: done_ratio |
Chris@0 | 15 journal_id: 1 |
Chris@0 | 16 journal_details_003: |
Chris@0 | 17 old_value: nil |
Chris@0 | 18 property: attr |
Chris@0 | 19 id: 3 |
Chris@0 | 20 value: "6" |
Chris@0 | 21 prop_key: fixed_version_id |
Chris@0 | 22 journal_id: 4 |
Chris@245 | 23 journal_details_004: |
Chris@245 | 24 old_value: "This word was removed and an other was" |
Chris@245 | 25 property: attr |
Chris@245 | 26 id: 4 |
Chris@245 | 27 value: "This word was and an other was added" |
Chris@245 | 28 prop_key: description |
Chris@245 | 29 journal_id: 3 |