Login
Preferences
Help/Guide
About Trac
Wiki
View Tickets
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 2
and
Version 3
of
demo_07
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
04/05/2012 04:33:59 PM (
14 years
ago)
Author:
chenyang
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
demo_07
v2
v3
69
69
adSumQueryTag.setItems("items");
70
70
71
//模拟HttpServletRequest
71
72
MockHttpServletRequest request = new MockHttpServletRequest();
72
73
…
…
76
77
request.addParameter("enddate", "2012-02-08");
77
78
79
//模拟pageContext
78
80
MockPageContext pageContext = new MockPageContext();
79
81