Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the last part of test #17 #18

Merged
merged 13 commits into from
May 18, 2017
Merged

Add the last part of test #17 #18

merged 13 commits into from
May 18, 2017

Conversation

Vquillien
Copy link
Contributor

Add the last part of the test. #17

Vquillien added 6 commits May 11, 2017 14:19
there are already an error on the test extended operator.
there always are an error for the last test with the add in
JaxBContainer.
impossible create new operator PropertyExistType with the filter23.xsd.
change the  name of the test file OGC_TestFilterEncoding to
OGC_FilterEncodingTest.

//test Disjoint
xml = OGC_TestFilterEncoding.class.getResourceAsStream("filter_Disjoint.xml");
xml = OGC_FilterEncodingTest.class.getResourceAsStream("filter_Disjoint.xml");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The travis check fails because the resource file filter_Disjoint.xml is called Filter_Disjoint.xml with an upper case F

Copy link
Contributor

@SPalominos SPalominos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • You have some problem with character because of the file encoding (ISO to UTF).
  • Is it necessary to have the package name net.opengis.fes._2_0_2.newOps? Can we use instead something like org.orbisgis.ogccustomjaxb.newOps?
  • Please, set the header of the file like in the other OrbisGIS files.

@Vquillien
Copy link
Contributor Author

All the file are encoded in UTF-8 on IntelliJ and I have change the character with probleme for the next commit.

Vquillien added 3 commits May 16, 2017 10:09
change pakage name, add header in test file and change character with
probleme in javadoc.
Add header in java classes.
// Ce fichier a �t� g�n�r� par l'impl�mentation de r�f�rence JavaTM Architecture for XML Binding (JAXB), v2.2.8-b130911.1802
// Voir <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Toute modification apport�e � ce fichier sera perdue lors de la recompilation du sch�ma source.
// G�n�r� le : 2017.05.15 � 03:12:35 PM CEST
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

encoding ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add in en

// Voir <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Toute modification apport�e � ce fichier sera perdue lors de la recompilation du sch�ma source.
// G�n�r� le : 2017.05.15 � 03:12:35 PM CEST
// Ce fichier a été généré par l'implémentation de référence JavaTM Architecture for XML Binding (JAXB), v2.2.8-b130911.1802
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why in french ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This class has been generated by jaxb and there are a part of the javadoc which is in french.

@@ -59,7 +59,7 @@ public String getValueReference() {
}

/**
* D�finit la valeur de la propri�t� valueReference.
* Définit la valeur de la propriété valueReference.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All javadoc , text (header) must be in English.

change some lines of javadoc from propertyExistsType which are in
french.
@ebocher ebocher merged commit e9c258a into orbisgis:master May 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants