Author: liuzhe
Date: Mon Jul 9 06:02:26 2012
New Revision: 1358926
URL: http://svn.apache.org/viewvc?rev=1358926&view=rev
Log:
#120218# [VCLAuto patch]The getID() can not find the menu item expected while there is any
menu item which contains the string.
Patch by: Zhu Shan
Reviewed by: Liu Zhe
Added the license header.
Modified:
incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sheet/InsertMultipleSheets.java
incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sheet/InsertOneSheet.java
Modified: incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sheet/InsertMultipleSheets.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sheet/InsertMultipleSheets.java?rev=1358926&r1=1358925&r2=1358926&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sheet/InsertMultipleSheets.java (original)
+++ incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sheet/InsertMultipleSheets.java Mon
Jul 9 06:02:26 2012
@@ -1,3 +1,23 @@
+/**************************************************************
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ *************************************************************/
package testcase.sc.sheet;
import static org.junit.Assert.*;
@@ -15,7 +35,6 @@ import testlib.Log;
/**
* Before running the testing class, you need specify the AOO location firstly with system
property openoffice.home.
*
- * @author Shan Zhu
*
*/
Modified: incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sheet/InsertOneSheet.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sheet/InsertOneSheet.java?rev=1358926&r1=1358925&r2=1358926&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sheet/InsertOneSheet.java (original)
+++ incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sheet/InsertOneSheet.java Mon Jul
9 06:02:26 2012
@@ -1,3 +1,23 @@
+/**************************************************************
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ *************************************************************/
package testcase.sc.sheet;
import static org.junit.Assert.*;
@@ -15,7 +35,6 @@ import testlib.Log;
/**
* Before running the testing class, you need specify the AOO location firstly with system
property openoffice.home.
*
- * @author Shan Zhu
*
*/
|