tests/auto/linguist/lconvert/tst_lconvert.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/tests/auto/linguist/lconvert/tst_lconvert.cpp	Fri Sep 17 08:34:18 2010 +0300
+++ b/tests/auto/linguist/lconvert/tst_lconvert.cpp	Mon Oct 04 01:19:32 2010 +0300
@@ -317,6 +317,8 @@
     QTest::newRow("po-xliff-po (plural-2)") << "plural-2.po" << poXlfPo << noArgs;
     QTest::newRow("po-xliff-po (plural-3)") << "plural-3.po" << poXlfPo << noArgs;
 
+    QTest::newRow("po-ts-po (references)") << "test-refs.po" << poTsPo << noArgs;
+
     QTest::newRow("ts20-ts11-ts20 (utf8)") << "codec-utf8.ts" << tsTs11Ts << noArgs;
     QTest::newRow("ts20-ts11-ts20 (cp1252)") << "codec-cp1252.ts" << tsTs11Ts << noArgs;
     QTest::newRow("ts20-ts11-ts20 (dual-encoding)") << "dual-encoding.ts" << tsTs11Ts << noArgs;