CppunitTest_sw_uwriter: make rng used in this test repeatable
So in case the test fails, it's possible to see the same failure multiple times. Change-Id: Ic573807967b004bb7650ffb3614f5006db34080e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100137 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
#include <sfx2/docfile.hxx>
|
#include <sfx2/docfile.hxx>
|
||||||
|
|
||||||
#include <xmloff/odffields.hxx>
|
#include <xmloff/odffields.hxx>
|
||||||
|
#include <osl/process.h>
|
||||||
|
|
||||||
#include <breakit.hxx>
|
#include <breakit.hxx>
|
||||||
#include <doc.hxx>
|
#include <doc.hxx>
|
||||||
@@ -1075,6 +1076,10 @@ getRandomPosition(SwDoc *pDoc, int /* nOffset */)
|
|||||||
|
|
||||||
void SwDocTest::randomTest()
|
void SwDocTest::randomTest()
|
||||||
{
|
{
|
||||||
|
OUString aEnvKey("SAL_RAND_REPEATABLE");
|
||||||
|
OUString aEnvValue("1");
|
||||||
|
osl_setEnvironment(aEnvKey.pData, aEnvValue.pData);
|
||||||
|
|
||||||
CPPUNIT_ASSERT_MESSAGE("SwDoc::IsRedlineOn()", !m_pDoc->getIDocumentRedlineAccess().IsRedlineOn());
|
CPPUNIT_ASSERT_MESSAGE("SwDoc::IsRedlineOn()", !m_pDoc->getIDocumentRedlineAccess().IsRedlineOn());
|
||||||
RedlineFlags modes[] = {
|
RedlineFlags modes[] = {
|
||||||
RedlineFlags::On,
|
RedlineFlags::On,
|
||||||
|
Reference in New Issue
Block a user