From: Asbjorn M. <ste...@us...> - 2005-10-10 11:37:29
|
Update of /cvsroot/epp-rtk/name-rtk-addon/java/src/com/gnr/rtk/addon/epprtk/example In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23187 Modified Files: EmailFwdExample.java NamewatchExample.java PersRegExample.java Log Message: Removed ancient warning. Index: EmailFwdExample.java =================================================================== RCS file: /cvsroot/epp-rtk/name-rtk-addon/java/src/com/gnr/rtk/addon/epprtk/example/EmailFwdExample.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EmailFwdExample.java 7 Oct 2005 12:28:43 -0000 1.2 --- EmailFwdExample.java 10 Oct 2005 11:37:27 -0000 1.3 *************** *** 145,152 **** /** * Main of the example. Performs info, create, update, renew, transfer and delete. - * - * Most of the tests that should fail will succeed in the .name OT&E development environment, - * as the OT&E development environment does not keep state of objects. They should however - * give the expected results once the real certification environment goes live. **/ public static void main(String args[]) --- 145,148 ---- *************** *** 174,184 **** String emailfwd = args[4]; - - System.out.println("WARNING: Most of the tests marked [SHOULD_FAIL] will succeed in the .name OT&E playground, as the"); - System.out.println(" playground environment does not keep state of objects and only return example responses"); - System.out.println(" based on the data passed. The tests should give the expected result in the OT&E certification"); - System.out.println(" environment available from April 15th"); - - // Connect to the server if (!connect(epp_host_name, epp_host_port_string, epp_client_id, epp_password)) { --- 170,173 ---- Index: NamewatchExample.java =================================================================== RCS file: /cvsroot/epp-rtk/name-rtk-addon/java/src/com/gnr/rtk/addon/epprtk/example/NamewatchExample.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NamewatchExample.java 7 Oct 2005 12:28:43 -0000 1.2 --- NamewatchExample.java 10 Oct 2005 11:37:27 -0000 1.3 *************** *** 550,557 **** /** * Main of the example. Performs Namewatch info, create, update, renew, transfer and delete. - * - * Most of the tests that should fail will succeed in the .name OT&E development environment, - * as the OT&E development environment does not keep state of objects. They should however - * give the expected results once the real certification environment goes live. **/ public static void main(String args[]) --- 550,553 ---- *************** *** 579,589 **** String epp_namewatch_string = args[4]; - - System.out.println("WARNING: Most of the tests marked [SHOULD_FAIL] will succeed in the .name OT&E playground, as the"); - System.out.println(" playground environment does not keep state of objects and only return example responses"); - System.out.println(" based on the data passed. The tests should give the expected result in the OT&E certification"); - System.out.println(" environment available from April 15th"); - - // Connect to the server if (!connect(epp_host_name, epp_host_port_string, epp_client_id, epp_password)) { --- 575,578 ---- Index: PersRegExample.java =================================================================== RCS file: /cvsroot/epp-rtk/name-rtk-addon/java/src/com/gnr/rtk/addon/epprtk/example/PersRegExample.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PersRegExample.java 7 Oct 2005 12:28:43 -0000 1.2 --- PersRegExample.java 10 Oct 2005 11:37:27 -0000 1.3 *************** *** 289,296 **** /** * Main of the example. Performs create, and delete just to show the usage of the persReg extension. - * - * Most of the tests that should fail will succeed in the .name OT&E development environment, - * as the OT&E development environment does not keep state of objects. They should however - * give the expected results once the real certification environment goes live. **/ public static void main(String args[]) --- 289,292 ---- |