Browse Source

Updating test scripts. They work again

Mike Lewis 13 years ago
parent
commit
9a0be0bcb1

+ 1 - 1
TestSupport/run_test.sh

@@ -18,6 +18,6 @@ sr-testharness -i '' -c "$TEST_SCENARIOS" &
 CHILD_PID=$!
 
 xcodebuild -target SocketRocket -arch i386 -configuration $CONFIGURATION -sdk iphonesimulator clean
-xcodebuild -target SRWebSocketTests -arch i386 -configuration $CONFIGURATION -sdk iphonesimulator clean build 
+xcodebuild -target SRWebSocketTests -arch i386 -configuration $CONFIGURATION -sdk iphonesimulator clean build TEST_AFTER_BUILD=YES
 
 kill $CHILD_PID

+ 2 - 1
TestSupport/sr-testharness/setup.py

@@ -19,7 +19,8 @@ setup(name='srtestharness',
       zip_safe=True,
       install_requires=[
           # -*- Extra requirements: -*-
-          'autobahn'
+          'autobahntestsuite',
+          'autobahn',
       ],
       entry_points="""
       # -*- Entry points: -*-

+ 1 - 1
TestSupport/sr-testharness/srtestharness/runner.py

@@ -8,7 +8,7 @@ from twisted.python import log
 from twisted.internet import reactor
 from twisted.web.server import Site
 from twisted.web.static import File
-from autobahn.fuzzing import FuzzingServerFactory
+from autobahntestsuite.fuzzing import FuzzingServerFactory
 from autobahn.websocket import listenWS
 
 class jsondict(dict):

+ 1 - 1
pages

@@ -1 +1 @@
-Subproject commit 1ad6064e611da27eda5f49fd7de3fd0da6a9ac63
+Subproject commit a84f90efc45c79da9fea4d770a47d346575fc92c