diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-03-09 09:51:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-03-09 09:51:11 +0000 |
commit | 4b2c076147eb1b9cd60d6b0e9e5d278f42d330e9 (patch) | |
tree | 2c0c267f3bf59940d514aaf52ec785e0a3c5766f /cli_ure/qa | |
parent | 7520961b6111e2ea8c0dba70af07c3160d872d52 (diff) |
INTEGRATION: CWS jl31 (1.2.4); FILE MERGED
2006/02/20 16:56:45 jl 1.2.4.1: #i62317# tests for new assembly versions
Diffstat (limited to 'cli_ure/qa')
-rw-r--r-- | cli_ure/qa/versioning/readme.txt | 37 | ||||
-rw-r--r-- | cli_ure/qa/versioning/runtests.cs | 34 | ||||
-rw-r--r-- | cli_ure/qa/versioning/version.cs | 36 |
3 files changed, 106 insertions, 1 deletions
diff --git a/cli_ure/qa/versioning/readme.txt b/cli_ure/qa/versioning/readme.txt index 0fbe3502fd83..35907a5ebae5 100644 --- a/cli_ure/qa/versioning/readme.txt +++ b/cli_ure/qa/versioning/readme.txt @@ -1,3 +1,40 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: readme.txt,v $ + * + * $Revision: 1.3 $ + * + * last change: $Author: rt $ $Date: 2006-03-09 10:50:47 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2005 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + ************************************************************************/ + + + WINDOWS ONLY, no other platforms diff --git a/cli_ure/qa/versioning/runtests.cs b/cli_ure/qa/versioning/runtests.cs index 21212fc9b087..aaddb6eace3d 100644 --- a/cli_ure/qa/versioning/runtests.cs +++ b/cli_ure/qa/versioning/runtests.cs @@ -1,3 +1,37 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: runtests.cs,v $ + * + * $Revision: 1.3 $ + * + * last change: $Author: rt $ $Date: 2006-03-09 10:50:57 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2005 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + ************************************************************************/ using System; using System.Reflection; diff --git a/cli_ure/qa/versioning/version.cs b/cli_ure/qa/versioning/version.cs index 2a28ca9ed9c3..3f201d2c96d1 100644 --- a/cli_ure/qa/versioning/version.cs +++ b/cli_ure/qa/versioning/version.cs @@ -1,3 +1,37 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: version.cs,v $ + * + * $Revision: 1.3 $ + * + * last change: $Author: rt $ $Date: 2006-03-09 10:51:11 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2005 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + ************************************************************************/ using System; using unoidl.com.sun.star.lang; @@ -23,7 +57,7 @@ public class Version aSample.terminate(); } } - catch (System.Exception e) + catch (System.Exception ) { //This exception is thrown if we link with a library which is not //available |