/**
* @author Joshua Shinavier (http://fortytwo.net)
*/
public class RipplePrintStreamTest extends RippleTestCase {
public void testLiterals() throws Exception {
Model model = getTestModel();
ModelConnection mc = model.createConnection();
QueryEngine qe = new QueryEngine(model, null, System.out, System.err);
ByteArrayOutputStream bos = new ByteArrayOutputStream();
RipplePrintStream ps = new RipplePrintStream(new PrintStream(bos), qe.getLexicon());
mc.setNamespace("xsd", "http://www.w3.org/2001/XMLSchema#", true);