From 86500452aeff37f972bc4c5e9114a20a1f4e48b7 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Sat, 15 Nov 2008 04:00:26 +0000 Subject: [PATCH] Set SVN properties Originally committed to SVN as r2458. --- unit_test/src/athenasub/test_format_ass.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unit_test/src/athenasub/test_format_ass.cpp b/unit_test/src/athenasub/test_format_ass.cpp index 6dc1f70ce..d8172c4cf 100644 --- a/unit_test/src/athenasub/test_format_ass.cpp +++ b/unit_test/src/athenasub/test_format_ass.cpp @@ -65,7 +65,8 @@ public: { DialogueASS diag; DialogueASS refDiag; - CPPUNIT_ASSERT_NO_THROW(refDiag = DialogueASS("Dialogue: 3,1:23:45.67,2:34:56.78,style name,actor name,0001,0020,3300,effect field,Text, why halo thar?",1)); + String refText = "Dialogue: 3,1:23:45.67,2:34:56.78,style name,actor name,0001,0020,3300,effect field,Text, why halo thar?"; + CPPUNIT_ASSERT_NO_THROW(refDiag = DialogueASS(refText,1)); } };