Changeset 4324
- Timestamp:
- 01/10/08 02:16:38 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Config-Pit/trunk/t/02_interoperability.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Config-Pit/trunk/t/02_interoperability.t
r4302 r4324 33 33 my $profile = $Config::Pit::directory->file("default.yaml"); 34 34 35 my $ruby_res = `ruby -ryaml -e 'print YAML.load _file(%($profile))["test"]["foo"]'`;35 my $ruby_res = `ruby -ryaml -e 'print YAML.load(File.read(%($profile)))["test"]["foo"]'`; 36 36 is($ruby_res, "0100", "ruby yaml"); 37 37
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)