mirror of
https://github.com/apache/olingo-odata4.git
synced 2025-02-16 15:07:33 +00:00
[OLINGO-987] fixed checkstyle issue
Signed-off-by: Christian Amend <christian.amend@sap.com>
This commit is contained in:
parent
0760e130e8
commit
d3fad1b166
@ -1366,7 +1366,7 @@ public class ODataXmlSerializerTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void entitySetCompCollComp() throws SAXException, DataProvider.DataProviderException, SerializerException, IOException{
|
||||
public void entitySetCompCollComp() throws Exception{
|
||||
final EdmEntitySet edmEntitySet = entityContainer.getEntitySet("ESCompCollComp");
|
||||
final EntityCollection entitySet = data.readAll(edmEntitySet);
|
||||
long currentTimeMillis = System.currentTimeMillis();
|
||||
@ -1395,7 +1395,8 @@ public class ODataXmlSerializerTest {
|
||||
"<a:name/>\n" +
|
||||
"</a:author>\n" +
|
||||
"<a:link rel=\"edit\" href=\"ESCompCollComp(32767)\"/>\n" +
|
||||
"<a:category scheme=\"http://docs.oasis-open.org/odata/ns/scheme\" term=\"#olingo.odata.test1.ETCompCollComp\"/>\n" +
|
||||
"<a:category scheme=\"http://docs.oasis-open.org/odata/ns/scheme\" " +
|
||||
"term=\"#olingo.odata.test1.ETCompCollComp\"/>\n" +
|
||||
"<a:content type=\"application/xml\">\n" +
|
||||
"<m:properties>\n" +
|
||||
"<d:PropertyInt16 m:type=\"Int16\">32767</d:PropertyInt16>\n" +
|
||||
@ -1427,7 +1428,8 @@ public class ODataXmlSerializerTest {
|
||||
"<a:name/>\n" +
|
||||
"</a:author>\n" +
|
||||
"<a:link rel=\"edit\" href=\"ESCompCollComp(12345)\"/>\n" +
|
||||
"<a:category scheme=\"http://docs.oasis-open.org/odata/ns/scheme\" term=\"#olingo.odata.test1.ETCompCollComp\"/>\n" +
|
||||
"<a:category scheme=\"http://docs.oasis-open.org/odata/ns/scheme\" " +
|
||||
"term=\"#olingo.odata.test1.ETCompCollComp\"/>\n" +
|
||||
"<a:content type=\"application/xml\">\n" +
|
||||
"<m:properties>\n" +
|
||||
"<d:PropertyInt16 m:type=\"Int16\">12345</d:PropertyInt16>\n" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user