You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bval.apache.org by "Simone Tripodi (JIRA)" <ji...@apache.org> on 2010/03/28 14:35:27 UTC

[jira] Created: (BVAL-11) After moved java packages tests don't work

After moved java packages tests don't work
------------------------------------------

                 Key: BVAL-11
                 URL: https://issues.apache.org/jira/browse/BVAL-11
             Project: BeanValidation
          Issue Type: Bug
          Components: jsr303
    Affects Versions: 0.1-incubating
            Reporter: Simone Tripodi
            Priority: Blocker
             Fix For: 0.1-incubating


After moved java packages there are 28 failures over 81 tests

Failed tests: 
  testValidateDefaultGroup(org.apache.bval.jsr303.groups.redefining.RedefiningDefaultGroupTest)
  testValidGroupBuyInOneClick(org.apache.bval.jsr303.groups.inheritance.GroupInheritanceTest)
  testPropertyDescriptorHasConstraints(org.apache.bval.jsr303.Jsr303Test)
  testValidateValue(org.apache.bval.jsr303.Jsr303Test)
  testMetadataAPI_Address(org.apache.bval.jsr303.Jsr303Test)
  testValidateMultiValuedConstraints(org.apache.bval.jsr303.Jsr303Test)
  testConstraintValidatorResolutionAlgorithm(org.apache.bval.jsr303.Jsr303Test)
  testSizeValidation(org.apache.bval.jsr303.Jsr303Test)
  testValidateImplicitGrouping(org.apache.bval.jsr303.groups.implicit.ImplicitGroupingTest)
  testCreateResolver(org.apache.bval.jsr303.DefaultMessageInterpolatorTest)
  testPayload(org.apache.bval.jsr303.PayloadTest)
  testCustomConstraintFactory(org.apache.bval.jsr303.BootstrapTest)
  testValidateList(org.apache.bval.jsr303.groups.CollectionValidationTest)
  testValidateMapAndRedefinedDefaultGroupOnNonRootBean(org.apache.bval.jsr303.groups.CollectionValidationTest)
  testValidateFirstNameLastNameWithDefaultGroup(org.apache.bval.jsr303.groups.GroupValidationTest)
  testValidateDefaultCreditCardInBillableGroup(org.apache.bval.jsr303.groups.GroupValidationTest)
  testValidateDefaultCreditCardInBillableAndByInOneClickGroup(org.apache.bval.jsr303.groups.GroupValidationTest)
  testGroups(org.apache.bval.jsr303.groups.GroupSequenceTest)
  testGroupSequence(org.apache.bval.jsr303.groups.GroupSequenceTest)
  testValidAnnotation(org.apache.bval.jsr303.ValidationTest)
  testPropertyPathWithIndex(org.apache.bval.jsr303.ValidationTest)
  testValidateNestedPropertyPath(org.apache.bval.jsr303.ValidationTest)
  testMetadataAPI(org.apache.bval.jsr303.ValidationTest)
  testMetaDataAPI_ComposedConstraints(org.apache.bval.jsr303.ComposedConstraintsTest)
  testValidateComposed(org.apache.bval.jsr303.ComposedConstraintsTest)
  testOverridesAttributeConstraintIndex(org.apache.bval.jsr303.ComposedConstraintsTest)
  testValidateMethodParameters(org.apache.bval.jsr303.extensions.MethodValidatorImplTest)
  testValidateConstructorParameters(org.apache.bval.jsr303.extensions.MethodValidatorImplTest)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (BVAL-11) After moved java packages tests don't work

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

Roman Stumm resolved BVAL-11.
-----------------------------

    Resolution: Fixed

I fixed the tests (reason: ConstraintDefaults#DEFAULT_CONSTAINTS was not renamed)
I also renamed some classes with prefix Agimatec* to Apache*

all unit tests running again

svn rev: 928628

> After moved java packages tests don't work
> ------------------------------------------
>
>                 Key: BVAL-11
>                 URL: https://issues.apache.org/jira/browse/BVAL-11
>             Project: BeanValidation
>          Issue Type: Bug
>          Components: jsr303
>    Affects Versions: 0.1-incubating
>            Reporter: Simone Tripodi
>            Priority: Blocker
>             Fix For: 0.1-incubating
>
>
> After moved java packages there are 28 failures over 81 tests
> Failed tests: 
>   testValidateDefaultGroup(org.apache.bval.jsr303.groups.redefining.RedefiningDefaultGroupTest)
>   testValidGroupBuyInOneClick(org.apache.bval.jsr303.groups.inheritance.GroupInheritanceTest)
>   testPropertyDescriptorHasConstraints(org.apache.bval.jsr303.Jsr303Test)
>   testValidateValue(org.apache.bval.jsr303.Jsr303Test)
>   testMetadataAPI_Address(org.apache.bval.jsr303.Jsr303Test)
>   testValidateMultiValuedConstraints(org.apache.bval.jsr303.Jsr303Test)
>   testConstraintValidatorResolutionAlgorithm(org.apache.bval.jsr303.Jsr303Test)
>   testSizeValidation(org.apache.bval.jsr303.Jsr303Test)
>   testValidateImplicitGrouping(org.apache.bval.jsr303.groups.implicit.ImplicitGroupingTest)
>   testCreateResolver(org.apache.bval.jsr303.DefaultMessageInterpolatorTest)
>   testPayload(org.apache.bval.jsr303.PayloadTest)
>   testCustomConstraintFactory(org.apache.bval.jsr303.BootstrapTest)
>   testValidateList(org.apache.bval.jsr303.groups.CollectionValidationTest)
>   testValidateMapAndRedefinedDefaultGroupOnNonRootBean(org.apache.bval.jsr303.groups.CollectionValidationTest)
>   testValidateFirstNameLastNameWithDefaultGroup(org.apache.bval.jsr303.groups.GroupValidationTest)
>   testValidateDefaultCreditCardInBillableGroup(org.apache.bval.jsr303.groups.GroupValidationTest)
>   testValidateDefaultCreditCardInBillableAndByInOneClickGroup(org.apache.bval.jsr303.groups.GroupValidationTest)
>   testGroups(org.apache.bval.jsr303.groups.GroupSequenceTest)
>   testGroupSequence(org.apache.bval.jsr303.groups.GroupSequenceTest)
>   testValidAnnotation(org.apache.bval.jsr303.ValidationTest)
>   testPropertyPathWithIndex(org.apache.bval.jsr303.ValidationTest)
>   testValidateNestedPropertyPath(org.apache.bval.jsr303.ValidationTest)
>   testMetadataAPI(org.apache.bval.jsr303.ValidationTest)
>   testMetaDataAPI_ComposedConstraints(org.apache.bval.jsr303.ComposedConstraintsTest)
>   testValidateComposed(org.apache.bval.jsr303.ComposedConstraintsTest)
>   testOverridesAttributeConstraintIndex(org.apache.bval.jsr303.ComposedConstraintsTest)
>   testValidateMethodParameters(org.apache.bval.jsr303.extensions.MethodValidatorImplTest)
>   testValidateConstructorParameters(org.apache.bval.jsr303.extensions.MethodValidatorImplTest)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.