Fix build, change to ASCII char

Patch by Jaebin Lee; reviewed by Robert Stupp for CASSANDRA-10597
This commit is contained in:
Jaebin Lee 2015-10-27 12:29:35 +01:00 committed by Robert Stupp
parent 15f17adf8a
commit c0f2dc5d3d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class CipherFactoryTest
// http://www.gutenberg.org/files/4300/4300-h/4300-h.htm
static final String ULYSSEUS = "Stately, plump Buck Mulligan came from the stairhead, bearing a bowl of lather on which a mirror and a razor lay crossed. " +
"A yellow dressinggown, ungirdled, was sustained gently behind him on the mild morning air. He held the bowl aloft and intoned: " +
"Introibo ad altare Dei.";
"-Introibo ad altare Dei.";
TransparentDataEncryptionOptions encryptionOptions;
CipherFactory cipherFactory;
SecureRandom secureRandom;