diff --git a/alib2str/test-src/automaton/AutomatonTest.cpp b/alib2str/test-src/automaton/AutomatonTest.cpp
index 26a0deca8705014ebdf0822f96eb5b6bdc17bc28..bf78ed3155465ef75a833824ffdf2fe2e795cc1a 100644
--- a/alib2str/test-src/automaton/AutomatonTest.cpp
+++ b/alib2str/test-src/automaton/AutomatonTest.cpp
@@ -100,6 +100,8 @@ void AutomatonTest::FSMStringParserTest() {
 
 		std::string output = alib::StringDataFactory::toString(automaton);
 
+		std::cout << output << std::endl;
+
 		CPPUNIT_ASSERT( input == output );
 
 		automaton::Automaton automaton2 = alib::StringDataFactory::fromString (output);