Closed (fixed)
Project:
Context
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Sep 2008 at 09:15 UTC
Updated:
9 Feb 2010 at 07:33 UTC
Jump to comment: Most recent file
Here is a patch that makes possible to run the tests for HEAD (6.x)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | context_more_test.patch | 2.45 KB | aron novak |
| context_test_6x.patch | 1.42 KB | aron novak |
Comments
Comment #1
aron novakI wrote additional assertation at the test.
It does not pass, but it should. When I manually do the same, it works as expected.
Comment #2
jmiccolis commentedThanks for the patch Aron, I'm going to update this for the newer version of simpletest, and will post back when it's commited.
Comment #3
jmiccolis commentedI've updated the tests, but I've had to simplify things a bit and it's note quite clear the best way to test certain things. I'd really like to determine a way to test the setting of context based on a context definition and also response to a context being set. However because of the way the module works it looks like we're going to need to break these into a number of different tests.
For now we're just testing saving a context definition to the database.
Comment #4
pasqualleComment #5
yhahn commentedClosing. We have working tests in the the 3.x branch.