[Bps-public-commit] r11378 - SVN-PropDB/t

clkao at bestpractical.com clkao at bestpractical.com
Tue Apr 1 23:56:15 EDT 2008


Author: clkao
Date: Tue Apr  1 23:56:14 2008
New Revision: 11378

Added:
   SVN-PropDB/t/res-conflict-3.t

Log:
test case for resolution conflicts

Added: SVN-PropDB/t/res-conflict-3.t
==============================================================================
--- (empty file)
+++ SVN-PropDB/t/res-conflict-3.t	Tue Apr  1 23:56:14 2008
@@ -0,0 +1,74 @@
+#!/usr/bin/perl -w
+use strict;
+use Prophet::Test::Arena;
+
+Prophet::Test::Arena->run_from_yaml;
+
+__DATA__
+--- 
+chickens: 
+  - CLANE
+  - COLMODE
+  - USTIANSKY
+recipe: 
+  - 
+    - CLANE
+    - create_record
+    - 
+      props: 
+        - --the_Power_of_the_Black_Land
+        - clange
+        - --the_Lord_of_Mordor
+        - splatt
+        - --Sauron_the_Deceiver
+        - awkkkkkk
+        - --the_Black_Hand
+        - glurpp
+        - --the_Lord_of_the_Rings
+        - bloop
+      result: 4
+  - 
+    - COLMODE
+    - sync_from_peer
+    - 
+      from: CLANE
+  - 
+    - CLANE
+    - update_record
+    - 
+      props: 
+        Sauron_the_Deceiver: bloop
+        the_Black_Hand: zapeth
+        the_Lord_of_the_Rings: splatt
+      record: 4
+  - 
+    - COLMODE
+    - update_record
+    - 
+      props: 
+        Sauron_the_Deceiver: splatt
+        the_Black_Hand: clange
+        the_Lord_of_Mordor: glurpp
+        the_Lord_of_the_Rings: bloop
+        the_Power_of_the_Black_Land: awkkkkkk
+      record: 4
+  - 
+    - USTIANSKY
+    - sync_from_peer
+    - 
+      from: COLMODE
+  - 
+    - COLMODE
+    - sync_from_peer
+    - 
+      from: CLANE
+  - 
+    - CLANE
+    - sync_from_peer
+    - 
+      from: USTIANSKY
+  - 
+    - CLANE
+    - sync_from_peer
+    - 
+      from: COLMODE



More information about the Bps-public-commit mailing list