<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -70,7 +70,6 @@ namespace Winterdom.BizTalk.CryptoPipeline {
          // at runtime. So we decrypt into an in-memory buffer
          // and then give BizTalk that instead.
          //
-         //return new CryptoStream(stream, transform, CryptoStreamMode.Read);
 
          Stream cryptoStream = new CryptoStream(stream, transform, CryptoStreamMode.Read);
          MemoryStream memStream = new MemoryStream();</diff>
      <filename>CryptoPipeline/SymmetricDecryptionComponent.cs</filename>
    </modified>
    <modified>
      <diff>@@ -53,6 +53,7 @@ namespace Test.CryptoPipeline {
          IBaseMessage input = 
             MessageHelper.CreateFromStream(CreateEncryptedFile());
          MessageCollection output = pipeline.Execute(input);
+
          Assert.AreEqual(1, output.Count);
          Assert.Greater(DataPartStreamSize(output[0]), 0);
       }
@@ -87,10 +88,12 @@ namespace Test.CryptoPipeline {
       }
       private String PlainTextContent() {
          StringBuilder text = new StringBuilder(&quot;&lt;msg&gt;&quot;);
-         for ( int i = 0; i &lt; 100; i++ ) {
-            text.Append(&quot;abcdefghijklmnopqrstuvwxyz&quot;)
+         for ( int i = 0; i &lt; 10000; i++ ) {
+            text.Append(&quot;&lt;entry&gt;&quot;)
+                .Append(&quot;abcdefghijklmnopqrstuvwxyz&quot;)
                 .Append(&quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;)
-                .Append(&quot;0123456789&quot;);
+                .Append(&quot;0123456789&quot;)
+                .Append(&quot;&lt;/entry&gt;&quot;);
          }
          text.Append(&quot;&lt;/msg&gt;&quot;);
          return text.ToString();</diff>
      <filename>Test.CryptoPipeline/CryptoTests.cs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>abc65ad853c636d6eeda558a95b20e4e8cae7a39</id>
    </parent>
  </parents>
  <author>
    <name>Tomas Restrepo</name>
    <email>tomas@winterdom.com</email>
  </author>
  <url>http://github.com/tomasr/cryptopipeline/commit/9f85e41174052018ad091922793289ea6216b502</url>
  <id>9f85e41174052018ad091922793289ea6216b502</id>
  <committed-date>2008-10-10T20:02:18-07:00</committed-date>
  <authored-date>2008-10-10T20:02:18-07:00</authored-date>
  <message>Minor changes</message>
  <tree>0ce02b70357a7fd1dbc3d8eda3de3f45407443fb</tree>
  <committer>
    <name>Tomas Restrepo</name>
    <email>tomas@winterdom.com</email>
  </committer>
</commit>
