Displaying 4 results from an estimated 4 matches for "group_test".
2006 May 22
1
Agile Web Dev unit test fails with fixture instance variable
...l @version_control_book.id, @product.id
When I introduce this type of instance variable into my test, I get the
following error:
1) Error:
test_not_owner(GroupTest):
RuntimeError: Called id for nil, which would mistakenly be 4 -- if you
really wanted the id of nil, use object_id
test/unit/group_test.rb:8:in `setup_without_fixtures''
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/fixtures.rb:548:in
`setup''
Line 8:
@group = Group.find(@alice_group.id)
where alice_group is my Group fixture.
I know there are a few issues with the testing section o...
2015 Nov 04
2
[PATCH] tests/c-api: cache available features
...+
+ f->available = res > 0;
+ f->read = true;
+ }
+
+ return f->available;
+ }
+
+ return false;
+}
+
";
(* Generate a list of commands which are not tested anywhere. *)
@@ -140,12 +211,10 @@ static int
* support is available in the daemon.
*)
let group_test group =
- let sym = gensym "features" in
- pr " const char *%s[] = { \"%s\", NULL };\n" sym group;
- pr " if (!guestfs_feature_available (g, (char **) %s)) {\n" sym;
+ pr " if (!is_feature_available (g, \"%s\")) {\n" group;...
2012 Jul 25
0
Active Directory on OpenIndiana: cannot set group permission
...I'm able to set Active Directory *user* permissions but when I
try to set Active Directory group permission it fails. Here is the
command along with the error:
/usr/bin/chmod
A=everyone@:rxaRc:d:allow,everyone@:raRc:fi:allow,group:DOMAIN_NAME\\testers:rwxpdDaARWcCos:fd:allow
/zvue/datapool/group_testers/fs
Invalid group DOMAIN_NAME\testers specified
System info:
I'm on working "OpenIndiana Development oi_151.1.5 X86" with Samba
Version 3.6.0 and Active Directory Version: 5.2.3790.3959 running on
Windows server 2003. As an experiment I tried the latest Samba version
3.6.6 but...
2014 Oct 23
17
[PATCH 00/16] Small bits of non-Linux porting
Hi,
from time to time, there have been requests (or attempts, like the
mingw port posted on the list some months ago) to make libguestfs work
on OSes different than Linux. Of course this would imply using a fixed
appliance, since it is currently heavily dependent on Linux.
The attached series provides some easy changes in this direction,
resolving some of the easy issues found in porting to