Skip to content

Commit

Permalink
Fixed test dataset file
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed May 12, 2015
1 parent 7ba6031 commit 7757f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/initial-dataset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ the table, and second identifies the item. This minimizes possible confusion of
<channels_channel id="-46" org_id="-12" is_active="true" created_by_id="-2" created_on="2013-08-09 14:43:46.925" modified_by_id="-2" modified_on="2013-08-10 15:11:26.372" name="Twitter channel" address="jimmy_joe" last_seen="2013-12-25 17:58:32.829" channel_type="TT" role="SR" uuid="727D294D-E393-47F6-BBAD-0C0EF70593F2" config="{&quot;handle_id&quot;:678901,&quot;oauth_token&quot;:&quot;bcdef&quot;,&quot;oauth_token_secret&quot;:&quot;23456&quot;}" />

<!-- Add contact #1 to org #1 (last use channel #1) -->
<contacts_contact id="-51" is_active="true" org_id="-11" created_by_id="-2" created_on="2013-08-09 14:43:46.925" modified_by_id="-2" modified_on="2013-08-10 15:11:26.372" name="Nicolas" fields="nickname => 'Nic'" is_test="false" is_blocked="false" is_failed="false" uuid="226456A5-22FF-476E-AC5D-BF9A87A32EF7" />
<contacts_contact id="-51" is_active="true" org_id="-11" created_by_id="-2" created_on="2013-08-09 14:43:46.925" modified_by_id="-2" modified_on="2013-08-10 15:11:26.372" name="Nicolas" is_test="false" is_blocked="false" is_failed="false" uuid="226456A5-22FF-476E-AC5D-BF9A87A32EF7" />
<contacts_contacturn id="-61" contact_id="-51" org_id="-11" urn="tel:+250735250222" scheme="tel" priority="50" path="+250735250222" channel_id="-41" />

<!-- Add contact #2 to org #2 (no channel or name) -->
<contacts_contact id="-52" is_active="true" org_id="-12" created_by_id="-2" created_on="2013-08-09 14:43:46.925" modified_by_id="-2" modified_on="2013-08-10 15:11:26.372" fields="nickname => 'Eric'" is_test="false" is_blocked="false" is_failed="false" uuid="1AAFAD87-6859-458B-81DF-063D9615121C" />
<contacts_contact id="-52" is_active="true" org_id="-12" created_by_id="-2" created_on="2013-08-09 14:43:46.925" modified_by_id="-2" modified_on="2013-08-10 15:11:26.372" is_test="false" is_blocked="false" is_failed="false" uuid="1AAFAD87-6859-458B-81DF-063D9615121C" />
<contacts_contacturn id="-62" contact_id="-52" org_id="-12" urn="tel:+250783835665" scheme="tel" priority="50" path="+250783835665" />

<!-- A detached URN -->
Expand Down

0 comments on commit 7757f5b

Please sign in to comment.