test/ft_31_flowname.rb in ruote-0.9.18 vs test/ft_31_flowname.rb in ruote-0.9.19
- old
+ new
@@ -1,8 +1,8 @@
#
-# Testing OpenWFE
+# Testing OpenWFEru (Ruote)
#
# John Mettraux at openwfe.org
#
# Mon Oct 9 22:19:44 JST 2006
#
@@ -11,30 +11,29 @@
require 'flowtestbase'
class FlowTest31 < Test::Unit::TestCase
- include FlowTestBase
+ include FlowTestBase
- #def teardown
- #end
+ #def teardown
+ #end
- #def setup
- #end
+ #def setup
+ #end
- #
- # TEST 0
+ #
+ # TEST 0
- class TestDefinition0 < ProcessDefinition
- _process_definition :name => "31 thirty one", :revision => "0 0" do
- _print "ok"
- end
+ class TestDefinition0 < OpenWFE::ProcessDefinition
+ _process_definition :name => "31 thirty one", :revision => "0 0" do
+ _print "ok"
end
+ end
- #def xxxx_flowname_0
- def test_flowname_0
+ def test_flowname_0
- dotest(TestDefinition0, "ok")
- end
+ dotest(TestDefinition0, "ok")
+ end
end