You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Michele Mostarda (Created) (JIRA)" <ji...@apache.org> on 2012/02/05 13:33:54 UTC

[jira] [Created] (ANY23-45) Improve issue verification support in Extractor tests

Improve issue verification support in Extractor tests
-----------------------------------------------------

                 Key: ANY23-45
                 URL: https://issues.apache.org/jira/browse/ANY23-45
             Project: Apache Any23
          Issue Type: Improvement
            Reporter: Michele Mostarda
            Assignee: Michele Mostarda


Add specific methods to AbstractExtractorTestCase for verifying issues generated after an extraction.
Method assertExtracts should verify by default that the issue report is empty. 
Rename assertEctracts to assertExtract.
Fix tests affected by this refactoring.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ANY23-45) Improve issue verification support in Extractor tests

Posted by "Michele Mostarda (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ANY23-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200731#comment-13200731 ] 

Michele Mostarda commented on ANY23-45:
---------------------------------------

Rename Error to Issue
                
> Improve issue verification support in Extractor tests
> -----------------------------------------------------
>
>                 Key: ANY23-45
>                 URL: https://issues.apache.org/jira/browse/ANY23-45
>             Project: Apache Any23
>          Issue Type: Improvement
>            Reporter: Michele Mostarda
>            Assignee: Michele Mostarda
>
> Add specific methods to AbstractExtractorTestCase for verifying issues generated after an extraction.
> Method assertExtracts should verify by default that the issue report is empty. 
> Rename assertEctracts to assertExtract.
> Fix tests affected by this refactoring.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ANY23-45) Improve issue verification support in Extractor tests

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ANY23-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13201090#comment-13201090 ] 

Hudson commented on ANY23-45:
-----------------------------

Integrated in Any23-trunk #96 (See [https://builds.apache.org/job/Any23-trunk/96/])
    Renamed ErrorReporter to IssueReport, to be compliant with the naming convention
used within the code base. Renamed refereces to error to issue to improve code
readability and standardize the code base glossary.
This commit is related to issue #ANY23-45
Renamed assertExtracts to assertExtract. This commit is related to issue #ANY23-45.

mostarda : 
Files : 
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/Any23.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/ExtractionReport.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/ErrorReporter.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/ExtractionResult.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/ExtractionResultImpl.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/IssueReport.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/SingleDocumentExtraction.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/SingleDocumentExtractionReport.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/LicenseExtractor.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/MicroformatExtractor.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/TitleExtractor.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/TurtleHTMLExtractor.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/XFNExtractor.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/microdata/MicrodataExtractor.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/RDFParserFactory.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/RDFa11Parser.java
* /incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/Any23ValueFactoryWrapper.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/ExtractionResultImplTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/AbstractExtractorTestCase.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/LicenseExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/rdfa/ExtractionExceptionTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorTest.java

mostarda : 
Files : 
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/csv/CSVExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/AbstractExtractorTestCase.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/AdrExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/HCalendarExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/HCardExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/HListingExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/HRecipeExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/HResumeExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/HReviewExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/HTMLMetaExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/HeadLinkExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/LicenseExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/RDFMergerTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/SpeciesExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/TitleExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/TurtleHTMLExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/XFNExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/microdata/MicrodataExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/rdfa/AbstractRDFaExtractorTestCase.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorTest.java
* /incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/rdfa/RDFaExtractorTest.java

                
> Improve issue verification support in Extractor tests
> -----------------------------------------------------
>
>                 Key: ANY23-45
>                 URL: https://issues.apache.org/jira/browse/ANY23-45
>             Project: Apache Any23
>          Issue Type: Improvement
>            Reporter: Michele Mostarda
>            Assignee: Michele Mostarda
>
> Add specific methods to AbstractExtractorTestCase for verifying issues generated after an extraction.
> Method assertExtracts should verify by default that the issue report is empty. 
> Rename assertEctracts to assertExtract.
> Fix tests affected by this refactoring.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (ANY23-45) Improve issue verification support in Extractor tests

Posted by "Michele Mostarda (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ANY23-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200731#comment-13200731 ] 

Michele Mostarda edited comment on ANY23-45 at 2/5/12 1:17 PM:
---------------------------------------------------------------

Rename ErrorReporter in IssueReporter
                
      was (Author: michele.mostarda):
    Rename Error to Issue
                  
> Improve issue verification support in Extractor tests
> -----------------------------------------------------
>
>                 Key: ANY23-45
>                 URL: https://issues.apache.org/jira/browse/ANY23-45
>             Project: Apache Any23
>          Issue Type: Improvement
>            Reporter: Michele Mostarda
>            Assignee: Michele Mostarda
>
> Add specific methods to AbstractExtractorTestCase for verifying issues generated after an extraction.
> Method assertExtracts should verify by default that the issue report is empty. 
> Rename assertEctracts to assertExtract.
> Fix tests affected by this refactoring.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (ANY23-45) Improve issue verification support in Extractor tests

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ANY23-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney closed ANY23-45.
-------------------------------------


Bulk close for 0.7.0-incubating release
                
> Improve issue verification support in Extractor tests
> -----------------------------------------------------
>
>                 Key: ANY23-45
>                 URL: https://issues.apache.org/jira/browse/ANY23-45
>             Project: Apache Any23
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 0.7.0
>            Reporter: Michele Mostarda
>            Assignee: Michele Mostarda
>             Fix For: 0.7.0
>
>
> Add specific methods to AbstractExtractorTestCase for verifying issues generated after an extraction.
> Method assertExtracts should verify by default that the issue report is empty. 
> Rename assertEctracts to assertExtract.
> Fix tests affected by this refactoring.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ANY23-45) Improve issue verification support in Extractor tests

Posted by "Simone Tripodi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ANY23-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simone Tripodi updated ANY23-45:
--------------------------------

          Component/s: core
    Affects Version/s: 0.7.0
        Fix Version/s: 0.7.0
    
> Improve issue verification support in Extractor tests
> -----------------------------------------------------
>
>                 Key: ANY23-45
>                 URL: https://issues.apache.org/jira/browse/ANY23-45
>             Project: Apache Any23
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 0.7.0
>            Reporter: Michele Mostarda
>            Assignee: Michele Mostarda
>             Fix For: 0.7.0
>
>
> Add specific methods to AbstractExtractorTestCase for verifying issues generated after an extraction.
> Method assertExtracts should verify by default that the issue report is empty. 
> Rename assertEctracts to assertExtract.
> Fix tests affected by this refactoring.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (ANY23-45) Improve issue verification support in Extractor tests

Posted by "Michele Mostarda (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ANY23-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michele Mostarda resolved ANY23-45.
-----------------------------------

    Resolution: Fixed

Completed @r1240736.
                
> Improve issue verification support in Extractor tests
> -----------------------------------------------------
>
>                 Key: ANY23-45
>                 URL: https://issues.apache.org/jira/browse/ANY23-45
>             Project: Apache Any23
>          Issue Type: Improvement
>            Reporter: Michele Mostarda
>            Assignee: Michele Mostarda
>
> Add specific methods to AbstractExtractorTestCase for verifying issues generated after an extraction.
> Method assertExtracts should verify by default that the issue report is empty. 
> Rename assertEctracts to assertExtract.
> Fix tests affected by this refactoring.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira