Changeset 798:25571403a05c

Show
Ignore:
Timestamp:
10/19/09 12:38:30 (4 years ago)
Author:
tgambet
Branch:
default
convert_revision:
svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@799
Message:

added isPassed() method

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/org/w3c/unicorn/response/Response.java

    r794 r798  
    1 // $Id: Response.java,v 1.10 2009-10-19 10:09:03 tgambet Exp $ 
     1// $Id: Response.java,v 1.11 2009-10-19 12:38:30 tgambet Exp $ 
    22// Author: Thomas Gambet 
    33// (c) COPYRIGHT MIT, ERCIM and Keio, 2009. 
     
    4141 
    4242        public int getStatus(); 
     43         
     44        public boolean isPassed(); 
    4345 
    4446        public boolean isSetRating();