<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,15 +16,15 @@ class IntegrationOneTest &lt; ActionController::IntegrationTest
     $openwferu_engine.reload_store_participants
       #
       # forces a reload of the store participants
-      # (the fixtures seem to be loaded after the engine has been 
+      # (the fixtures seem to be loaded after the engine has been
       # initialized)
 
     File.open(TEST_PDEF, &quot;w&quot;) do |f|
 
       f.puts &quot;class TestDefinition &lt; OpenWFE::ProcessDefinition&quot;
-      f.puts &quot;    sequence do&quot;
-      f.puts &quot;        alpha&quot;
-      f.puts &quot;    end&quot;
+      f.puts &quot;  sequence do&quot;
+      f.puts &quot;    alpha&quot;
+      f.puts &quot;  end&quot;
       f.puts &quot;end&quot;
     end
   end
@@ -55,7 +55,7 @@ class IntegrationOneTest &lt; ActionController::IntegrationTest
   end
 
   def test_participants
-    
+
     assert_not_nil $openwferu_engine.get_participant(&quot;alpha&quot;)
     assert_not_nil $openwferu_engine.get_participant(&quot;bravo&quot;)
     #assert_not_nil $openwferu_engine.get_participant(&quot;user_.*&quot;)
@@ -68,6 +68,12 @@ class IntegrationOneTest &lt; ActionController::IntegrationTest
     wi.store_name = &quot;bravo&quot;
     wi.save!
 
+    class &lt;&lt; $openwferu_engine # neutralizing that just for this test...
+      def process_representation (wfid)
+        []
+      end
+    end
+
     alice = new_session_as(:alice)
     bob = new_session_as(:bob)
 </diff>
      <filename>test/integration/integration_one_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c74b638f49f554446cce568457d3682056a04ba6</id>
    </parent>
  </parents>
  <author>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </author>
  <url>http://github.com/jmettraux/ruote-web/commit/8b64e2af24a1595f8c203ae15434330a98e50e8c</url>
  <id>8b64e2af24a1595f8c203ae15434330a98e50e8c</id>
  <committed-date>2008-09-02T03:56:49-07:00</committed-date>
  <authored-date>2008-09-02T03:56:49-07:00</authored-date>
  <message>adapted integration test to latest engine</message>
  <tree>0d9c43c60692acd122b81fef2ee06efefc757259</tree>
  <committer>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </committer>
</commit>
