mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Set SVN properties
Originally committed to SVN as r2458.
This commit is contained in:
parent
4e00a692be
commit
86500452ae
@ -65,7 +65,8 @@ public:
|
|||||||
{
|
{
|
||||||
DialogueASS diag;
|
DialogueASS diag;
|
||||||
DialogueASS refDiag;
|
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));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user