From 784ac42a0f05608e3d9c5e15246dbf76ce9e3d51 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 1 Jul 2014 20:54:02 +0200 Subject: Removed unnecessary template member methods from TranformationFacade * neither the constructor nor the generate member methods need to be templatized ** only supported "output" argument is now a reference to a "std::basic_ostream" instance ** the caller is responsible for e.g. writing the output to disk * this was done to simplify the basic interface of InputXSLT * removed "default_params" testcase along with default parameter generation ** this feature is neither used nor required --- test/read_directory/reference.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/read_directory') diff --git a/test/read_directory/reference.xml b/test/read_directory/reference.xml index b2eac35..7d63a85 100644 --- a/test/read_directory/reference.xml +++ b/test/read_directory/reference.xml @@ -11,9 +11,6 @@ common -default_params - - external_text_formatter -- cgit v1.2.3