summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
Diffstat (limited to 'automation')
-rw-r--r--automation/source/testtool/objtest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index b1a333de09f0..8143700f7cd8 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -506,9 +506,9 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
#elif defined NETBSD && defined X86_64
abGP.Append( "24" ); // NetBSD/amd64
#elif defined OPENBSD && defined X86
- abGP.Append( "24" ); // OpenBSD/i386
+ abGP.Append( "25" ); // OpenBSD/i386
#elif defined OPENBSD && defined X86_64
- abGP.Append( "25" ); // OpenBSD/amd64
+ abGP.Append( "26" ); // OpenBSD/amd64
#else
#error ("unknown platform. please request an ID for your platform on qa/dev")
#endif