Set SVN properties

Originally committed to SVN as r2458.
This commit is contained in:
Rodrigo Braz Monteiro 2008-11-15 04:00:26 +00:00
parent 4e00a692be
commit 86500452ae

View file

@ -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));
}
};