Document: Use a better base64 decoder to read static image data.
authorMurray Cumming <murrayc@murrayc.com>
Thu, 15 Nov 2012 21:33:25 +0000 (22:33 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 16 Nov 2012 19:50:04 +0000 (20:50 +0100)
commitb931fd6d705153627c0a922fd5b6d1c29032367f
tree16ed6b478172f7c7c3b51ec959287a69135094e9
parent2afc2b39932ce6dfcebfde4e296dedc6125948fe
Document: Use a better base64 decoder to read static image data.

        * src/test/java/org/glom/web/server/libglom/DocumentTest.java:
        getNodeTextChildAsValue(): Use the apache commons base64 decoder
instead of the gwt one, because it correctly decodes the strings
from g_base64_encode(). It is probably more correct.
The newlines might be confusing the gwt decoder.
ChangeLog
src/main/java/org/glom/web/server/libglom/Document.java