test: update test-bundle2-format.t comment
authorPierre-Yves David <pierre-yves.david@fb.com>
Thu, 25 Feb 2016 10:34:31 +0100
changeset 28238 b57d45ec33b2
parent 28237 a3d73e069f8d
child 28239 7279e0132347
test: update test-bundle2-format.t comment Now that bundle2 is used by default for all exchanges, this comment is obviously out of date. Having deep testing of the API and expected behavior of the format and its processing is still valuable, so the comment is updated.
tests/test-bundle2-format.t
--- a/tests/test-bundle2-format.t	Wed Feb 24 14:24:00 2016 +0000
+++ b/tests/test-bundle2-format.t	Thu Feb 25 10:34:31 2016 +0100
@@ -9,8 +9,8 @@
   $ cat > bundle2.py << EOF
   > """A small extension to test bundle2 implementation
   > 
-  > Current bundle2 implementation is far too limited to be used in any core
-  > code. We still need to be able to test it while it grow up.
+  > This extension allows detailed testing of the various bundle2 API and
+  > behaviors.
   > """
   > 
   > import sys, os, gc