This is an automated email from the ASF dual-hosted git repository.
abaker pushed a commit to branch release/1.4.0
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/release/1.4.0 by this push:
new a79cbb1 GEODE-4231: Renamed FunctionAdapter test resource file to
have .ser extension
a79cbb1 is described below
commit a79cbb187dad73bac2cab36d28d0031e39f651a0
Author: Jason Huynh <[email protected]>
AuthorDate: Fri Jan 5 11:12:20 2018 -0800
GEODE-4231: Renamed FunctionAdapter test resource file to have .ser
extension
(cherry picked from commit 5c6c297e9b016cee7d713b475e5b12deb15fd2d5)
---
.../geode/cache/execute/FunctionAdapterJUnitTest.java | 5 +++--
...ializedFunctionAdapterWithDifferentSerialVersionUID.ser} | Bin
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git
a/geode-core/src/test/java/org/apache/geode/cache/execute/FunctionAdapterJUnitTest.java
b/geode-core/src/test/java/org/apache/geode/cache/execute/FunctionAdapterJUnitTest.java
index 7271d68..80535af 100644
---
a/geode-core/src/test/java/org/apache/geode/cache/execute/FunctionAdapterJUnitTest.java
+++
b/geode-core/src/test/java/org/apache/geode/cache/execute/FunctionAdapterJUnitTest.java
@@ -1,7 +1,7 @@
/*
* 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
+ * 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
*
@@ -12,6 +12,7 @@
* or implied. See the License for the specific language governing permissions
and limitations under
* the License.
*/
+
package org.apache.geode.cache.execute;
import static org.junit.Assert.*;
@@ -79,7 +80,7 @@ public class FunctionAdapterJUnitTest {
throws Exception {
FileInputStream fis =
new FileInputStream(TestUtil.getResourcePath(getClass(),
getClass().getSimpleName() + "."
- + "serializedFunctionAdapterWithDifferentSerialVersionUID"));
+ + "serializedFunctionAdapterWithDifferentSerialVersionUID.ser"));
DataInputStream dis = new VersionedDataInputStream(new
DataInputStream(fis), Version.GFE_82);
Object o = InternalDataSerializer.basicReadObject(dis);
diff --git
a/geode-core/src/test/resources/org/apache/geode/cache/execute/FunctionAdapterJUnitTest.serializedFunctionAdapterWithDifferentSerialVersionUID
b/geode-core/src/test/resources/org/apache/geode/cache/execute/FunctionAdapterJUnitTest.serializedFunctionAdapterWithDifferentSerialVersionUID.ser
similarity index 100%
rename from
geode-core/src/test/resources/org/apache/geode/cache/execute/FunctionAdapterJUnitTest.serializedFunctionAdapterWithDifferentSerialVersionUID
rename to
geode-core/src/test/resources/org/apache/geode/cache/execute/FunctionAdapterJUnitTest.serializedFunctionAdapterWithDifferentSerialVersionUID.ser
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].