[Bps-public-commit] r11362 - SVN-PropDB/t
clkao at bestpractical.com
clkao at bestpractical.com
Tue Apr 1 22:24:22 EDT 2008
Author: clkao
Date: Tue Apr 1 22:24:22 2008
New Revision: 11362
Added:
SVN-PropDB/t/delete-delete-conflict.t
Log:
delete-delete-conflict test.
Added: SVN-PropDB/t/delete-delete-conflict.t
==============================================================================
--- (empty file)
+++ SVN-PropDB/t/delete-delete-conflict.t Tue Apr 1 22:24:22 2008
@@ -0,0 +1,43 @@
+#!/usr/bin/perl -w
+use strict;
+use Prophet::Test::Arena;
+
+Prophet::Test::Arena->run_from_yaml;
+
+__DATA__
+---
+chickens:
+ - DEC
+ - KAGENEKO
+recipe:
+ -
+ - DEC
+ - create_record
+ - props:
+ - --Sauron
+ - eee_yow
+ - --He
+ - crunch
+ - --the_Shadow
+ - kayo
+ - --the_Enemy
+ - aiieee
+ - --the_Lord_of_the_Rings
+ - thwacke
+ result: 4
+ -
+ - KAGENEKO
+ - sync_from_peer
+ - from: DEC
+ -
+ - DEC
+ - delete_record
+ - record: 4
+ -
+ - KAGENEKO
+ - delete_record
+ - record: 4
+ -
+ - KAGENEKO
+ - sync_from_peer
+ - from: DEC
More information about the Bps-public-commit
mailing list