source: ruby/trunk/lib/models/tests/rm/test_security.rb@ 291

Last change on this file since 291 was 291, checked in by KOBAYASHI, Shinji, 15 years ago

merged branches/0.5 to trunk

File size: 338 bytes
Line 
1require 'test/unit'
2require 'rm'
3
4class RM_Security_Test < Test::Unit::TestCase
5 def setup
6 assert_nothing_raised(Exception){
7 @access_control_setting = OpenEhr::RM::Security::AccessControlSettings.new}
8 end
9
10 def test_init
11 assert_instance_of OpenEhr::RM::Security::AccessControlSettings, @access_control_setting
12 end
13end
Note: See TracBrowser for help on using the repository browser.