From 72eb1de9a1caa997af8c9e2041254c159d396780 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Wed, 1 Nov 2017 16:56:30 +0100
Subject: [PATCH] debug print in test

---
 alib2str/test-src/automaton/AutomatonTest.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/alib2str/test-src/automaton/AutomatonTest.cpp b/alib2str/test-src/automaton/AutomatonTest.cpp
index 26a0deca87..bf78ed3155 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);
-- 
GitLab