# HG changeset patch # User wenlin_fife@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1250208132 0 # Node ID a0e00b4b0face0976a3cd3ae6712c05558aaa682 # Parent 8afb9b443f663cfd61e0d93ab53da68092d685d2 fixed the test due to removing linearpather diff -r 8afb9b443f66 -r a0e00b4b0fac tests/swig_tests/action_tests.py --- a/tests/swig_tests/action_tests.py Fri Aug 14 00:00:58 2009 +0000 +++ b/tests/swig_tests/action_tests.py Fri Aug 14 00:02:12 2009 +0000 @@ -23,7 +23,8 @@ self.obj = fife.Object("object001", 'plaa') fife.ObjectVisual.create(self.obj) - self.pather = fife.LinearPather() +# self.pather = fife.LinearPather() + self.pather = fife.RoutePather() self.obj.setPather(self.pather) self.action = self.obj.createAction('walk') fife.ActionVisual.create(self.action)