From 4e3f4e04e90e3fb5d8e6124c4817abc377f49103 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 2 Feb 2012 15:34:22 +0100
Subject: [PATCH] Setup alarm names.

---
 .../product/Vifib/tests/testVifibSlapComputerPartitionLock.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/master/product/Vifib/tests/testVifibSlapComputerPartitionLock.py b/master/product/Vifib/tests/testVifibSlapComputerPartitionLock.py
index 719805480..2c5bb1fd9 100644
--- a/master/product/Vifib/tests/testVifibSlapComputerPartitionLock.py
+++ b/master/product/Vifib/tests/testVifibSlapComputerPartitionLock.py
@@ -141,13 +141,13 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
     """
     Trigger global person unlocking
     """
-    self.portal.portal_alarms.unlock_person_XXX.activeSense()
+    self.portal.portal_alarms.vifib_unlock_person.activeSense()
 
   def stepLockPerson(self, sequence, **kw):
     """
     Trigger global person locking
     """
-    self.portal.portal_alarms.unlock_person_XXX.activeSense()
+    self.portal.portal_alarms.vifib_lock_person.activeSense()
 
   def test_automated_person_without_payment_unlocking(self):
     """Test that a person is automatically unlocked by an alarm if no payment
-- 
2.30.9