Adding provision for testing hasTerms method
This commit is contained in:
parent
5e8b65035e
commit
94b20d8f49
1 changed files with 5 additions and 2 deletions
|
|
@ -92,8 +92,11 @@ my $output = $syndicated_content->view('1.0');
|
|||
isnt ($output, "", 'Default view method returns something for RSS 1.0 format');
|
||||
|
||||
# Not really sure what this does...
|
||||
my $hasTermsRegex = "" ; #$syndicated_content->_make_regex( $syndicated_content->getValue('hasTerms') );
|
||||
#is ($hasTermsRegex, $hasTermsRegex, " hasTermsRegex Terms Returned [ $hasTermsRegex ]");
|
||||
#my $hasTerms = $syndicated_content->getValue('hasTerms');
|
||||
#ok($hasTerms, "hasTerms contains a value [$hasTerms]");
|
||||
|
||||
#my $hasTermsRegex = $syndicated_content->_make_regex( $syndicated_content->getValue('hasTerms') );
|
||||
#isa_ok($hasTermsRegex, 'WebGUI::Asset::Wobject::SyndicatedContent');
|
||||
|
||||
my $rss_info = WebGUI::Asset::Wobject::SyndicatedContent::_get_rss_data($session,$newSyndicatedContentSettings->{'rssUrl'});
|
||||
ok(ref($rss_info) eq 'HASH', "Hashref returned from _get_rss_data");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue