taylor 2004/05/07 18:14:50
Modified: portal/src/test/org/apache/jetspeed/pipeline
TestPipeline.java
Log:
maximize state initial implementation
this implementation keeps maximized state on a per page basis
PR:
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.10 +5 -5
jakarta-jetspeed-2/portal/src/test/org/apache/jetspeed/pipeline/TestPipeline.java
Index: TestPipeline.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/test/org/apache/jetspeed/pipeline/TestPipeline.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- TestPipeline.java 7 May 2004 13:45:17 -0000 1.9
+++ TestPipeline.java 8 May 2004 01:14:50 -0000 1.10
@@ -78,10 +78,10 @@
assertNotNull(pipeline);
Valve[] valves = pipeline.getValves();
assertTrue(valves[0].toString().equals("LocalizationValve"));
- assertTrue(valves[1].toString().equals("CapabilityValveImpl"));
- assertTrue(valves[2].toString().equals("ContainerValve"));
- assertTrue(valves[3].toString().equals("SecurityValve"));
- assertTrue(valves[4].toString().equals("ProfilerValve"));
+ assertTrue(valves[1].toString().equals("CapabilityValveImpl"));
+ assertTrue(valves[2].toString().equals("SecurityValve"));
+ assertTrue(valves[3].toString().equals("ProfilerValve"));
+ assertTrue(valves[4].toString().equals("ContainerValve"));
assertTrue(valves[5].toString().equals("ActionValveImpl"));
assertTrue(valves[6].toString().equals("VerySimpleLayoutValveImpl"));
assertTrue(valves[7].toString().equals("AggregatorValve"));
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]