testing

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
flk's picture

Views scheduler: Update info for testing

Hi,

I am currently working on the views scheduler project (SoC), i just wanted to give you guys heads up that currently it is open for testing and that i would really appreciate if you could have a go at it an report back any bugs/feature requests.

Project @ http://drupal.org/project/view_scheduler
cvs @ http://cvs.drupal.org/viewcvs/drupal/contributions/modules/view_scheduler/

What does views scheduler do:
It allows for the scheduling of views and linking any scheduled view to any number of actions.

Possible use:
creating a publishing queue and having certain number of nodes published (promoted, stickied etc) from that queue.

Read more
flk's picture

Come and test

Heya guys,
sorry i havent posted in a long while but god the time just flew by (so much to do, so little time).

God how horrible it is to code during boiling summer (omg its totally boiling here....i soo miss the rain :P)
Over this period i have had quite few problems which when i look back seem so simple such as understanding that actions_do() accepts an array of actions and a loaded node(node_load($nid)) not just node id.
so whenever i ran something like:

<?php
actions_do
(action_node_publish,5);
?>

I would get a bunch of errors:

Warning: Attempt to assign property of non-object in /home/flk/vhosts/kolaz.techarena.co.uk/modules/actions/actions.inc on line 17
Read more
Stv's picture

Why are image and profile modules in the core simpletest distribution

Ok - I'll get yea olde ball rolling with a question: why are the tests for the image and profile modules part of the main "simpletest" distribution?

Are these modules being moved into core?

These tests (duh) fail when these modules aren't present..which they are not in a default drupal + simpletest distro.

One of the big psychological goals of testing is to "prove" that everything is working as it should...so having the default simpletest suite fail because it expects two modules which are not core to be present is counter to that goal...

Thoughts?

s

Read more
Subscribe with RSS Syndicate content