You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ke...@apache.org on 2014/05/19 20:03:11 UTC

git commit: Fix thrift tests.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master c8b467da1 -> b9ab5ff99


Fix thrift tests.

Testing Done:
./pants src/test/python/:all

Reviewed at https://reviews.apache.org/r/21502/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/b9ab5ff9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/b9ab5ff9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/b9ab5ff9

Branch: refs/heads/master
Commit: b9ab5ff99195e7043f11571aafef5d26252ccc05
Parents: c8b467d
Author: Kevin Sweeney <ke...@apache.org>
Authored: Mon May 19 10:47:17 2014 -0700
Committer: Kevin Sweeney <ke...@apache.org>
Committed: Mon May 19 10:47:17 2014 -0700

----------------------------------------------------------------------
 src/test/python/apache/aurora/config/test_thrift.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/b9ab5ff9/src/test/python/apache/aurora/config/test_thrift.py
----------------------------------------------------------------------
diff --git a/src/test/python/apache/aurora/config/test_thrift.py b/src/test/python/apache/aurora/config/test_thrift.py
index 334011d..e2e0d2a 100644
--- a/src/test/python/apache/aurora/config/test_thrift.py
+++ b/src/test/python/apache/aurora/config/test_thrift.py
@@ -53,7 +53,7 @@ def test_simple_config():
     environment=HELLO_WORLD.environment().get(),
     name=HELLO_WORLD.name().get())
   assert job.owner == Identity(role=HELLO_WORLD.role().get(), user=getpass.getuser())
-  assert job.cronSchedule == ''
+  assert job.cronSchedule == None
   assert tti.jobName == 'hello_world'
   assert tti.isService == False
   assert tti.numCpus == 0.1