/[gzz]/gzz/gzz/modules/email/EmailCellMakerTest.java
ViewVC logotype

Diff of /gzz/gzz/modules/email/EmailCellMakerTest.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by benja, Sun Dec 8 01:10:19 2002 UTC revision 1.4 by benja, Thu Jan 16 14:40:35 2003 UTC
# Line 48  public class EmailCellMakerTest { Line 48  public class EmailCellMakerTest {
48                  Dim d_email =s.getDim(Ids.d_email);                  Dim d_email =s.getDim(Ids.d_email);
49                  Dim d_contain = s.getDim(Ids.d_contain);                  Dim d_contain = s.getDim(Ids.d_contain);
50                  Dim d_contain_list = s.getDim(Ids.d_contain_list);                  Dim d_contain_list = s.getDim(Ids.d_contain_list);
                 Dim d_2 = s.getDim(Ids.d_2);  
51    
52                  Cell home = s.getHomeCell();                  Cell home = s.getHomeCell();
53                  Cell c =home.s(d_email,1);                  Cell c =home.s(d_email,1);
# Line 78  public class EmailCellMakerTest { Line 77  public class EmailCellMakerTest {
77                  Cell dateList = s.getCell(Ids.c_email_date);                  Cell dateList = s.getCell(Ids.c_email_date);
78                  Cell bodyList = s.getCell(Ids.c_email_body);                  Cell bodyList = s.getCell(Ids.c_email_body);
79    
80                  if(!subjectList.s(d_2, 1).equals(subCell))                  if(!subjectList.s(d_email, 1).equals(subCell))
81                      throw new Error();                      throw new Error();
82                  if(!fromList.s(d_2, 2).equals(fromCell))                  if(!fromList.s(d_email, 2).equals(fromCell))
83                      throw new Error();                      throw new Error();
84                  if(!toList.s(d_2, 1).equals(toCell))                  if(!toList.s(d_email, 1).equals(toCell))
85                      throw new Error();                      throw new Error();
86                  if(!dateList.s(d_2, 1).equals(dateCell))                  if(!dateList.s(d_email, 1).equals(dateCell))
87                      throw new Error();                      throw new Error();
88                  if(!bodyList.s(d_2, 2).equals(bodyCell))                  if(!bodyList.s(d_email, 1).equals(bodyCell))
89                      throw new Error();                      throw new Error();
90          }          }
91  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26