base64: Add tests for incremental decoding with very small block size
authorColin Walters <walters@verbum.org>
Fri, 1 Mar 2013 18:29:29 +0000 (13:29 -0500)
committerColin Walters <walters@verbum.org>
Tue, 5 Mar 2013 15:55:21 +0000 (10:55 -0500)
commit27b19cee1bb5007f9dd123e171bcf3f978263f15
tree871da23e52aaca12b95975c3031e7de126aae726
parentf641699299ed2713cf247e3465bb1a21612b36f7
base64: Add tests for incremental decoding with very small block size

At the moment, sizes 1-3 are commented out since they fail, but
a future patch will fix that.

https://bugzilla.gnome.org/show_bug.cgi?id=694843
glib/tests/base64.c