You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Apostolos Giannakidis (JIRA)" <ji...@apache.org> on 2013/07/12 02:33:48 UTC

[jira] [Comment Edited] (GORA-229) Use @Ignore for unimplemented functionality to identify absent tests

    [ https://issues.apache.org/jira/browse/GORA-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13706312#comment-13706312 ] 

Apostolos Giannakidis edited comment on GORA-229 at 7/12/13 12:33 AM:
----------------------------------------------------------------------

I made the changes according to Renato's recommendation to use explicit import statements. I also created a single patch file for all the modules, which I uploaded.

The following files have been changed:
org.apache.gora.accumulo.store.PartitionTest
org.apache.gora.accumulo.util.HexEncoderTest
org.apache.gora.accumulo.util.SignedBinaryEncoderTest
org.apache.gora.avro.TestPersistentDatumReader
org.apache.gora.avro.store.TestAvroStore
org.apache.gora.mapreduce.MapReduceTestUtils
org.apache.gora.mapreduce.TestGoraInputFormat
org.apache.gora.mapreduce.TestGoraInputSplit
org.apache.gora.mapreduce.TestPersistentSerialization
org.apache.gora.persistency.impl.TestPersistentBase
org.apache.gora.persistency.impl.TestStateManagerImpl
org.apache.gora.persistency.TestListGenericArray
org.apache.gora.query.impl.TestQueryBase
org.apache.gora.store.DataStoreTestBase
org.apache.gora.store.DataStoreTestUtil
org.apache.gora.store.TestDataStoreFactory
org.apache.gora.store.WSDataStoreTestBase
org.apache.gora.util.TestIOUtils
org.apache.gora.util.TestWritableUtils
org.apache.gora.dynamodb.TestDynamoDBStore
org.apache.gora.hbase.store.TestHBaseStore
org.apache.gora.hbase.util.TestHBaseByteInterface

Cheers,
Apos
                
      was (Author: ap.giannakidis):
    I made the changes according to Renato's recommendation to use explicit import statements. I also created a single patch file for all the modules, which I uploaded.

Cheers,
Apos
                  
> Use @Ignore for unimplemented functionality to identify absent tests 
> ---------------------------------------------------------------------
>
>                 Key: GORA-229
>                 URL: https://issues.apache.org/jira/browse/GORA-229
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: testing
>    Affects Versions: 0.3
>            Reporter: Lewis John McGibbney
>            Assignee: Apostolos Giannakidis
>            Priority: Minor
>              Labels: newbie
>             Fix For: 0.4
>
>         Attachments: GORA-229.patch
>
>
> We support JUnit 4.10, but actually use it!!!
> All imports should be org.junit instead of junit.framework.*
> We also do not make use of the very handy @Ignore annotation provided by JUnit 4.X... we should.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira