Changeset 495 for trunk/test


Ignore:
Timestamp:
Jul 23, 2006 7:09:51 AM (18 years ago)
Author:
dkearney
Message:

adding template for test's makfile
updated core library tests with RpGetInt?() and RpGetBool?() examples

Location:
trunk/test
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/src/RpLibrary_test.cc

    r493 r495  
    402402    test_getBool(lib, "input.boolean(boolval).current");
    403403    lib->put("input.boolean(boolval).current", "0");
     404    test_getBool(lib, "input.boolean(boolval).current");
     405    lib->put("input.boolean(boolval).current", "ye");
     406    test_getBool(lib, "input.boolean(boolval).current");
     407    lib->put("input.boolean(boolval).current", "n");
     408    test_getBool(lib, "input.boolean(boolval).current");
     409    lib->put("input.boolean(boolval).current", "tr");
     410    test_getBool(lib, "input.boolean(boolval).current");
     411    lib->put("input.boolean(boolval).current", "fa");
     412    test_getBool(lib, "input.boolean(boolval).current");
     413    lib->put("input.boolean(boolval).current", "on");
     414    test_getBool(lib, "input.boolean(boolval).current");
     415    lib->put("input.boolean(boolval).current", "of");
    404416    test_getBool(lib, "input.boolean(boolval).current");
    405417
Note: See TracChangeset for help on using the changeset viewer.