Skip to content

Commit

Permalink
Merge pull request #5 from supercollider-quarks/topic-quick-fix
Browse files Browse the repository at this point in the history
Comment out failing Env test that requires a booted Server
  • Loading branch information
crucialfelix committed May 24, 2016
2 parents ff84da4 + 45e1dd2 commit 27b2db1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TestEnv.sc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ TestEnv : UnitTest {
"Exponential Env.cutoff should be same as linear Env.cutoff.linexp");
}

/*
test_initial_value {
var value = rrand(10.0, 100.0);
var assert = { |x, curve, selector, label=""|
Expand All @@ -44,5 +45,6 @@ TestEnv : UnitTest {
}
}
}
*/
}

0 comments on commit 27b2db1

Please sign in to comment.