From 989a4f6deac89c95895427becc676a6e34c44644 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Fri, 23 Jan 2009 10:02:26 +0000
Subject: [PATCH] add method that will returns the list of sequences

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25282 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/tests/Sequence.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/product/ERP5Type/tests/Sequence.py b/product/ERP5Type/tests/Sequence.py
index 57aa55afe6..ed43e30af5 100644
--- a/product/ERP5Type/tests/Sequence.py
+++ b/product/ERP5Type/tests/Sequence.py
@@ -166,3 +166,6 @@ class SequenceList:
       sequence.play(context, sequence_number=i, quiet=quiet)
       i+=1
 
+  def getSequenceList(self):
+    return self._sequence_list
+
-- 
2.30.9