You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Craig Doremus (JIRA)" <ji...@apache.org> on 2007/02/28 16:54:57 UTC

[jira] Created: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

checkContextServerInfo test on Misc Test page of Testsuite fails
----------------------------------------------------------------

                 Key: PLUTO-319
                 URL: https://issues.apache.org/jira/browse/PLUTO-319
             Project: Pluto
          Issue Type: Bug
          Components: portlets-testsuite
    Affects Versions: 1.1.0
            Reporter: Craig Doremus
            Priority: Minor
             Fix For: 1.1.1


The checkContextServerInfo test on the Misc Test page of the Testsuite fails. This is currently the only Testsuite test that fails on Pluto 1.1.0 GA.

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


Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

Posted by Craig Doremus <cd...@apache.org>.
I'm all for removing a minor version check, but I still think we need a 
version check in the testsuite. It's important to ensure that the portal 
version is correct so that bug reports in Jira can be attributed to the 
correct version. I know that the Pluto version number can be found in 
the About Pluto portlet, but it having the test in the testsuite ensures 
that a version number check is done before a new version is released. 
When a new build is staged for review, I always 'smoke test' the build 
by running all the testsuite tests.
/Craig

Elliot Metsger wrote:
> I don't have any problem taking it out.  IMHO its more trouble than 
> its worth.
>
> Do others have any thoughts?  It would mean taking that particular 
> test - checkContextServerInfo - out of the test suite portlet.  If we 
> are concerned about ensuring its correctness (e.g. there are probably 
> portlets that "container-sniff") we can replace it with a unit test 
> using the full pluto version.
>
> Elliot
>
> David H. DeWolf wrote:
>> I thought that I had removed the notion of minor version from pluto.  
>> Of course, we need it for the portlet api version, but I think we 
>> just got too fancy for pluto versions.
>>
>> Elliot Metsger (JIRA) wrote:
>>>     [ 
>>> https://issues.apache.org/jira/browse/PLUTO-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477197 
>>> ]
>>> Elliot Metsger commented on PLUTO-319:
>>> --------------------------------------
>>>
>>> I think this is because in the root pom.xml there is a property:
>>>
>>> <pluto.container.version.minor>1.0-SNAPSHOT</pluto.container.version.minor> 
>>>
>>>
>>> I forgot to update that property.  It is hard to automate the 
>>> updating of that value because it is a "minor" version number.  
>>> There there isn't a POM expression that we can use (that I know of) 
>>> to get access to only the minor portion of the version.
>>>
>>>
>>>
>>>> checkContextServerInfo test on Misc Test page of Testsuite fails
>>>> ----------------------------------------------------------------
>>>>
>>>>                 Key: PLUTO-319
>>>>                 URL: https://issues.apache.org/jira/browse/PLUTO-319
>>>>             Project: Pluto
>>>>          Issue Type: Bug
>>>>          Components: portlets-testsuite
>>>>    Affects Versions: 1.1.0
>>>>            Reporter: Craig Doremus
>>>>            Priority: Minor
>>>>             Fix For: 1.1.1
>>>>
>>>>
>>>> The checkContextServerInfo test on the Misc Test page of the 
>>>> Testsuite fails. This is currently the only Testsuite test that 
>>>> fails on Pluto 1.1.0 GA.
>>>
>
>
>



Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

Posted by "David H. DeWolf" <dd...@apache.org>.
Why would it mean that?  Couldn't we just use the full version?

Elliot Metsger wrote:
> I don't have any problem taking it out.  IMHO its more trouble than its 
> worth.
> 
> Do others have any thoughts?  It would mean taking that particular test 
> - checkContextServerInfo - out of the test suite portlet.  If we are 
> concerned about ensuring its correctness (e.g. there are probably 
> portlets that "container-sniff") we can replace it with a unit test 
> using the full pluto version.
> 
> Elliot
> 
> David H. DeWolf wrote:
>> I thought that I had removed the notion of minor version from pluto.  
>> Of course, we need it for the portlet api version, but I think we just 
>> got too fancy for pluto versions.
>>
>> Elliot Metsger (JIRA) wrote:
>>>     [ 
>>> https://issues.apache.org/jira/browse/PLUTO-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477197 
>>> ]
>>> Elliot Metsger commented on PLUTO-319:
>>> --------------------------------------
>>>
>>> I think this is because in the root pom.xml there is a property:
>>>
>>> <pluto.container.version.minor>1.0-SNAPSHOT</pluto.container.version.minor> 
>>>
>>>
>>> I forgot to update that property.  It is hard to automate the 
>>> updating of that value because it is a "minor" version number.  There 
>>> there isn't a POM expression that we can use (that I know of) to get 
>>> access to only the minor portion of the version.
>>>
>>>
>>>
>>>> checkContextServerInfo test on Misc Test page of Testsuite fails
>>>> ----------------------------------------------------------------
>>>>
>>>>                 Key: PLUTO-319
>>>>                 URL: https://issues.apache.org/jira/browse/PLUTO-319
>>>>             Project: Pluto
>>>>          Issue Type: Bug
>>>>          Components: portlets-testsuite
>>>>    Affects Versions: 1.1.0
>>>>            Reporter: Craig Doremus
>>>>            Priority: Minor
>>>>             Fix For: 1.1.1
>>>>
>>>>
>>>> The checkContextServerInfo test on the Misc Test page of the 
>>>> Testsuite fails. This is currently the only Testsuite test that 
>>>> fails on Pluto 1.1.0 GA.
>>>
> 

Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

Posted by Elliot Metsger <em...@jhu.edu>.
I don't have any problem taking it out.  IMHO its more trouble than its 
worth.

Do others have any thoughts?  It would mean taking that particular test 
- checkContextServerInfo - out of the test suite portlet.  If we are 
concerned about ensuring its correctness (e.g. there are probably 
portlets that "container-sniff") we can replace it with a unit test 
using the full pluto version.

Elliot

David H. DeWolf wrote:
> I thought that I had removed the notion of minor version from pluto.  Of 
> course, we need it for the portlet api version, but I think we just got 
> too fancy for pluto versions.
> 
> Elliot Metsger (JIRA) wrote:
>>     [ 
>> https://issues.apache.org/jira/browse/PLUTO-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477197 
>> ]
>> Elliot Metsger commented on PLUTO-319:
>> --------------------------------------
>>
>> I think this is because in the root pom.xml there is a property:
>>
>> <pluto.container.version.minor>1.0-SNAPSHOT</pluto.container.version.minor> 
>>
>>
>> I forgot to update that property.  It is hard to automate the updating 
>> of that value because it is a "minor" version number.  There there 
>> isn't a POM expression that we can use (that I know of) to get access 
>> to only the minor portion of the version.
>>
>>
>>
>>> checkContextServerInfo test on Misc Test page of Testsuite fails
>>> ----------------------------------------------------------------
>>>
>>>                 Key: PLUTO-319
>>>                 URL: https://issues.apache.org/jira/browse/PLUTO-319
>>>             Project: Pluto
>>>          Issue Type: Bug
>>>          Components: portlets-testsuite
>>>    Affects Versions: 1.1.0
>>>            Reporter: Craig Doremus
>>>            Priority: Minor
>>>             Fix For: 1.1.1
>>>
>>>
>>> The checkContextServerInfo test on the Misc Test page of the 
>>> Testsuite fails. This is currently the only Testsuite test that fails 
>>> on Pluto 1.1.0 GA.
>>

Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

Posted by "David H. DeWolf" <dd...@apache.org>.
I thought that I had removed the notion of minor version from pluto.  Of 
course, we need it for the portlet api version, but I think we just got 
too fancy for pluto versions.

Elliot Metsger (JIRA) wrote:
>     [ https://issues.apache.org/jira/browse/PLUTO-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477197 ] 
> 
> Elliot Metsger commented on PLUTO-319:
> --------------------------------------
> 
> I think this is because in the root pom.xml there is a property:
> 
> <pluto.container.version.minor>1.0-SNAPSHOT</pluto.container.version.minor>
> 
> I forgot to update that property.  It is hard to automate the updating of that value because it is a "minor" version number.  There there isn't a POM expression that we can use (that I know of) to get access to only the minor portion of the version.
> 
> 
> 
>> checkContextServerInfo test on Misc Test page of Testsuite fails
>> ----------------------------------------------------------------
>>
>>                 Key: PLUTO-319
>>                 URL: https://issues.apache.org/jira/browse/PLUTO-319
>>             Project: Pluto
>>          Issue Type: Bug
>>          Components: portlets-testsuite
>>    Affects Versions: 1.1.0
>>            Reporter: Craig Doremus
>>            Priority: Minor
>>             Fix For: 1.1.1
>>
>>
>> The checkContextServerInfo test on the Misc Test page of the Testsuite fails. This is currently the only Testsuite test that fails on Pluto 1.1.0 GA.
> 

[jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

Posted by "Elliot Metsger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477197 ] 

Elliot Metsger commented on PLUTO-319:
--------------------------------------

I think this is because in the root pom.xml there is a property:

<pluto.container.version.minor>1.0-SNAPSHOT</pluto.container.version.minor>

I forgot to update that property.  It is hard to automate the updating of that value because it is a "minor" version number.  There there isn't a POM expression that we can use (that I know of) to get access to only the minor portion of the version.



> checkContextServerInfo test on Misc Test page of Testsuite fails
> ----------------------------------------------------------------
>
>                 Key: PLUTO-319
>                 URL: https://issues.apache.org/jira/browse/PLUTO-319
>             Project: Pluto
>          Issue Type: Bug
>          Components: portlets-testsuite
>    Affects Versions: 1.1.0
>            Reporter: Craig Doremus
>            Priority: Minor
>             Fix For: 1.1.1
>
>
> The checkContextServerInfo test on the Misc Test page of the Testsuite fails. This is currently the only Testsuite test that fails on Pluto 1.1.0 GA.

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


[jira] Resolved: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

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

David DeWolf resolved PLUTO-319.
--------------------------------

    Resolution: Cannot Reproduce
      Assignee: David DeWolf

I can't reproduce this in the trunk.  I've created assemblies off of  a test 1.1.1 version and all tests pass.  If you can get this bug to rear it's ugly head in the trunk, please reopen with specific instructions on how to duplicate it. 

> checkContextServerInfo test on Misc Test page of Testsuite fails
> ----------------------------------------------------------------
>
>                 Key: PLUTO-319
>                 URL: https://issues.apache.org/jira/browse/PLUTO-319
>             Project: Pluto
>          Issue Type: Bug
>          Components: portlets-testsuite
>    Affects Versions: 1.1.0
>            Reporter: Craig Doremus
>         Assigned To: David DeWolf
>            Priority: Minor
>             Fix For: 1.1.1
>
>
> The checkContextServerInfo test on the Misc Test page of the Testsuite fails. This is currently the only Testsuite test that fails on Pluto 1.1.0 GA.

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


[jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

Posted by "David DeWolf (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477638 ] 

David DeWolf commented on PLUTO-319:
------------------------------------

Ummmm. . .this property was in fact removed already.  It looks like you're looking at an old pom.

> checkContextServerInfo test on Misc Test page of Testsuite fails
> ----------------------------------------------------------------
>
>                 Key: PLUTO-319
>                 URL: https://issues.apache.org/jira/browse/PLUTO-319
>             Project: Pluto
>          Issue Type: Bug
>          Components: portlets-testsuite
>    Affects Versions: 1.1.0
>            Reporter: Craig Doremus
>            Priority: Minor
>             Fix For: 1.1.1
>
>
> The checkContextServerInfo test on the Misc Test page of the Testsuite fails. This is currently the only Testsuite test that fails on Pluto 1.1.0 GA.

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


Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

Posted by "David H. DeWolf" <dd...@apache.org>.
Actually, if you just downloaded and got the same results. . .it looks 
like it's a real problem and we must have tested something wrong :) 
Good catch!

CDoremus@hannaford.com wrote:
> 
> David/Elliiot,
> 
> Maybe I had a pre-release version of 1.1.0 install on my machine. But I 
> just downloaded the bundled version of Pluto 1.1.0 
> (pluto-current-bundle.zip) using the link on the Pluto home page and 
> installed it. Going to the Misc Test page in either Testsuite portlet 
> produces the same failure reported in the Jira issue.
> 
> The About Apache Pluto portlet does show the correct version (1.1.0).
> /Craig
> 
> 
> "David H. DeWolf" <dd...@apache.org> wrote on 02/28/2007 11:26:41 AM:
> 
>  > a? or the?  can you point us to the exact one?  I think elliot's asking
>  > because we thought we fixed it, and even tested that it was resolved at
>  > one point. . .I think :)  we must have missed something.
>  >
>  > CDoremus@hannaford.com wrote:
>  > >
>  > > Hi Elliot,
>  > >
>  > > I got this failure from a posted 1.1.0 build.
>  > > /Craig
>  > >
>  > >
>  > >
>  > > *Elliot Metsger <em...@jhu.edu>*
>  > >
>  > > 02/28/2007 11:12 AM
>  > > Please respond to
>  > > pluto-dev@portals.apache.org
>  > >
>  > >
>  > >    
>  > > To
>  > >    pluto-dev@portals.apache.org
>  > > cc
>  > >    
>  > > Subject
>  > >    Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on 
> Misc
>  > > Test page of Testsuite fails
>  > >
>  > >
>  > >    
>  > >
>  > >
>  > >
>  > >
>  > >
>  > > Craig,
>  > >
>  > > Is that with a build from source, or using one of the posted 
> distributions?
>  > >
>  > > Elliot
>  > >
>  > > Craig Doremus (JIRA) wrote:
>  > >  >     [
>  > > https://issues.apache.org/jira/browse/PLUTO-319?page=com.
>  > 
> atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476625 
> 
>  > > ]
>  > >  >
>  > >  > Craig Doremus commented on PLUTO-319:
>  > >  > -------------------------------------
>  > >  >
>  > >  > Here is the failure message displayed on the Testsuite page:
>  > > "Assertion failed: got server info: Pluto/1.1.0-SNAPSHOT, expected:
>  > > Pluto/1.1.0"
>  > >  >
>  > >  >> checkContextServerInfo test on Misc Test page of Testsuite fails
>  > >  >> ----------------------------------------------------------------
>  > >  >>
>  > >  >>                 Key: PLUTO-319
>  > >  >>                 URL: 
> https://issues.apache.org/jira/browse/PLUTO-319
>  > >  >>             Project: Pluto
>  > >  >>          Issue Type: Bug
>  > >  >>          Components: portlets-testsuite
>  > >  >>    Affects Versions: 1.1.0
>  > >  >>            Reporter: Craig Doremus
>  > >  >>            Priority: Minor
>  > >  >>             Fix For: 1.1.1
>  > >  >>
>  > >  >>
>  > >  >> The checkContextServerInfo test on the Misc Test page of the
>  > > Testsuite fails. This is currently the only Testsuite test that 
> fails on
>  > > Pluto 1.1.0 GA.
>  > >  >
>  > >

Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

Posted by CD...@hannaford.com.
David/Elliiot,

Maybe I had a pre-release version of 1.1.0 install on my machine. But I 
just downloaded the bundled version of Pluto 1.1.0 
(pluto-current-bundle.zip) using the link on the Pluto home page and 
installed it. Going to the Misc Test page in either Testsuite portlet 
produces the same failure reported in the Jira issue. 

The About Apache Pluto portlet does show the correct version (1.1.0).
/Craig


"David H. DeWolf" <dd...@apache.org> wrote on 02/28/2007 11:26:41 AM:

> a? or the?  can you point us to the exact one?  I think elliot's asking 
> because we thought we fixed it, and even tested that it was resolved at 
> one point. . .I think :)  we must have missed something.
> 
> CDoremus@hannaford.com wrote:
> > 
> > Hi Elliot,
> > 
> > I got this failure from a posted 1.1.0 build.
> > /Craig
> > 
> > 
> > 
> > *Elliot Metsger <em...@jhu.edu>*
> > 
> > 02/28/2007 11:12 AM
> > Please respond to
> > pluto-dev@portals.apache.org
> > 
> > 
> > 
> > To
> >    pluto-dev@portals.apache.org
> > cc
> > 
> > Subject
> >    Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on 
Misc 
> > Test page of Testsuite fails
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > Craig,
> > 
> > Is that with a build from source, or using one of the posted 
distributions?
> > 
> > Elliot
> > 
> > Craig Doremus (JIRA) wrote:
> >  >     [ 
> > https://issues.apache.org/jira/browse/PLUTO-319?page=com.
> 
atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476625 

> > ]
> >  >
> >  > Craig Doremus commented on PLUTO-319:
> >  > -------------------------------------
> >  >
> >  > Here is the failure message displayed on the Testsuite page: 
> > "Assertion failed: got server info: Pluto/1.1.0-SNAPSHOT, expected: 
> > Pluto/1.1.0"
> >  >
> >  >> checkContextServerInfo test on Misc Test page of Testsuite fails
> >  >> ----------------------------------------------------------------
> >  >>
> >  >>                 Key: PLUTO-319
> >  >>                 URL: 
https://issues.apache.org/jira/browse/PLUTO-319
> >  >>             Project: Pluto
> >  >>          Issue Type: Bug
> >  >>          Components: portlets-testsuite
> >  >>    Affects Versions: 1.1.0
> >  >>            Reporter: Craig Doremus
> >  >>            Priority: Minor
> >  >>             Fix For: 1.1.1
> >  >>
> >  >>
> >  >> The checkContextServerInfo test on the Misc Test page of the 
> > Testsuite fails. This is currently the only Testsuite test that fails 
on 
> > Pluto 1.1.0 GA.
> >  >
> > 

Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

Posted by "David H. DeWolf" <dd...@apache.org>.
a? or the?  can you point us to the exact one?  I think elliot's asking 
because we thought we fixed it, and even tested that it was resolved at 
one point. . .I think :)  we must have missed something.

CDoremus@hannaford.com wrote:
> 
> Hi Elliot,
> 
> I got this failure from a posted 1.1.0 build.
> /Craig
> 
> 
> 
> *Elliot Metsger <em...@jhu.edu>*
> 
> 02/28/2007 11:12 AM
> Please respond to
> pluto-dev@portals.apache.org
> 
> 
> 	
> To
> 	pluto-dev@portals.apache.org
> cc
> 	
> Subject
> 	Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc 
> Test page of Testsuite fails
> 
> 
> 	
> 
> 
> 
> 
> 
> Craig,
> 
> Is that with a build from source, or using one of the posted distributions?
> 
> Elliot
> 
> Craig Doremus (JIRA) wrote:
>  >     [ 
> https://issues.apache.org/jira/browse/PLUTO-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476625 
> ]
>  >
>  > Craig Doremus commented on PLUTO-319:
>  > -------------------------------------
>  >
>  > Here is the failure message displayed on the Testsuite page: 
> "Assertion failed: got server info: Pluto/1.1.0-SNAPSHOT, expected: 
> Pluto/1.1.0"
>  >
>  >> checkContextServerInfo test on Misc Test page of Testsuite fails
>  >> ----------------------------------------------------------------
>  >>
>  >>                 Key: PLUTO-319
>  >>                 URL: https://issues.apache.org/jira/browse/PLUTO-319
>  >>             Project: Pluto
>  >>          Issue Type: Bug
>  >>          Components: portlets-testsuite
>  >>    Affects Versions: 1.1.0
>  >>            Reporter: Craig Doremus
>  >>            Priority: Minor
>  >>             Fix For: 1.1.1
>  >>
>  >>
>  >> The checkContextServerInfo test on the Misc Test page of the 
> Testsuite fails. This is currently the only Testsuite test that fails on 
> Pluto 1.1.0 GA.
>  >
> 

Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

Posted by CD...@hannaford.com.
Hi Elliot,

I got this failure from a posted 1.1.0 build.
/Craig




Elliot Metsger <em...@jhu.edu> 
02/28/2007 11:12 AM
Please respond to
pluto-dev@portals.apache.org


To
pluto-dev@portals.apache.org
cc

Subject
Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test 
page of Testsuite fails






Craig,

Is that with a build from source, or using one of the posted 
distributions?

Elliot

Craig Doremus (JIRA) wrote:
>     [ 
https://issues.apache.org/jira/browse/PLUTO-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476625 
] 
> 
> Craig Doremus commented on PLUTO-319:
> -------------------------------------
> 
> Here is the failure message displayed on the Testsuite page: "Assertion 
failed: got server info: Pluto/1.1.0-SNAPSHOT, expected: Pluto/1.1.0"
> 
>> checkContextServerInfo test on Misc Test page of Testsuite fails
>> ----------------------------------------------------------------
>>
>>                 Key: PLUTO-319
>>                 URL: https://issues.apache.org/jira/browse/PLUTO-319
>>             Project: Pluto
>>          Issue Type: Bug
>>          Components: portlets-testsuite
>>    Affects Versions: 1.1.0
>>            Reporter: Craig Doremus
>>            Priority: Minor
>>             Fix For: 1.1.1
>>
>>
>> The checkContextServerInfo test on the Misc Test page of the Testsuite 
fails. This is currently the only Testsuite test that fails on Pluto 1.1.0 
GA.
> 


Re: [jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

Posted by Elliot Metsger <em...@jhu.edu>.
Craig,

Is that with a build from source, or using one of the posted distributions?

Elliot

Craig Doremus (JIRA) wrote:
>     [ https://issues.apache.org/jira/browse/PLUTO-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476625 ] 
> 
> Craig Doremus commented on PLUTO-319:
> -------------------------------------
> 
> Here is the failure message displayed on the Testsuite page: "Assertion failed: got server info: Pluto/1.1.0-SNAPSHOT, expected: Pluto/1.1.0"
> 
>> checkContextServerInfo test on Misc Test page of Testsuite fails
>> ----------------------------------------------------------------
>>
>>                 Key: PLUTO-319
>>                 URL: https://issues.apache.org/jira/browse/PLUTO-319
>>             Project: Pluto
>>          Issue Type: Bug
>>          Components: portlets-testsuite
>>    Affects Versions: 1.1.0
>>            Reporter: Craig Doremus
>>            Priority: Minor
>>             Fix For: 1.1.1
>>
>>
>> The checkContextServerInfo test on the Misc Test page of the Testsuite fails. This is currently the only Testsuite test that fails on Pluto 1.1.0 GA.
> 

[jira] Commented: (PLUTO-319) checkContextServerInfo test on Misc Test page of Testsuite fails

Posted by "Craig Doremus (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476625 ] 

Craig Doremus commented on PLUTO-319:
-------------------------------------

Here is the failure message displayed on the Testsuite page: "Assertion failed: got server info: Pluto/1.1.0-SNAPSHOT, expected: Pluto/1.1.0"

> checkContextServerInfo test on Misc Test page of Testsuite fails
> ----------------------------------------------------------------
>
>                 Key: PLUTO-319
>                 URL: https://issues.apache.org/jira/browse/PLUTO-319
>             Project: Pluto
>          Issue Type: Bug
>          Components: portlets-testsuite
>    Affects Versions: 1.1.0
>            Reporter: Craig Doremus
>            Priority: Minor
>             Fix For: 1.1.1
>
>
> The checkContextServerInfo test on the Misc Test page of the Testsuite fails. This is currently the only Testsuite test that fails on Pluto 1.1.0 GA.

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