search for: test_aes

Displaying 5 results from an estimated 5 matches for "test_aes".

Did you mean: test_10s
2007 Mar 30
7
problem with using any_instance
Hey all, I have a question with using mocha in my tests. In the same test file, I have two tests, <code> def test_a klass.any_instance.stubs(:method_name).returns("something") klass.new.method_name ... end def test_b ... klass.new.method_name ... end </code> where klass is some class when the tests run, test _a passes, but test_b had an error like this:
2018 Nov 20
3
Samba not respecting directory acls inside a share
Hi, we are running Samba 4.9.2 on Solaris 10 connected to AD as a member with some share: [refb] path = /samba/refb browseable = no valid users = +"AM\refb_users" writeable = yes force user = AM\qui force group = AM\refb_users All the samba users and groups come from AD through nss_winbind. Inside /samba/refb/ I created a sub directory test_a and set the owner (in Solaris via chown)
2006 Sep 25
3
Problem stubbing instances referred to by constants
Hi James, An instance retains its mocha between tests if that instance is pointed to by a constant. The simplest failing test is something like (add as a new file in mocha/test).. #--code-- require File.join(File.dirname(__FILE__), "test_helper") require ''stubba'' class WemStubbaTest < Test::Unit::TestCase Arr = [1, 2, 3] def test_a
2012 Mar 19
0
Reshape data frame with dcast and melt
Hello, I implemented two functions reshape_long and reshape_wide (see full working example below) to reshape data frames. I created several small examples and the two functions seemed to work properly. However, using the reshape_wide function on my real data sets (about 200.000 to 300.000 rows) failed. What happens is set all values for X, Y and Z were set to 1. The structure of my real data
2017 Jan 20
0
Wine release 2.0-rc6
...S fails with InitializeSecurityContext failed: SEC_E_INVALID_TOKEN 41290 DirectShow applications: MP3 playback is broken if winegstreamer is disabled 42020 Tompi Jones fails creating user profile 42211 redefinition of typedef 'REFERENCE_TIME' 42228 bcrypt:bcrypt test regression (test_aes) 42229 advapi32:eventlog test regression (privilege issue in test_start_trace) 42243 3DMark11 installer crashes with access violation in Freetype because font data is released too early ---------------------------------------------------------------- Changes since 2.0-rc5: André Hentschel...