]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy: fix facepalm
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 8 Sep 2009 03:48:57 +0000 (22:48 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 8 Sep 2009 03:48:57 +0000 (22:48 -0500)
basis/tools/deploy/deploy-tests.factor
basis/tools/deploy/test/14/14.factor
basis/tools/deploy/test/14/tags.txt [new file with mode: 0644]

index 0f08e793055a9ee2988d733b8748e111d6bcbeb6..36045a6b2268ca1adfd11f1635e5870bccebf404 100644 (file)
@@ -103,6 +103,6 @@ os windows? os macosx? or [
     [ ] [ "tools.deploy.test.8" shake-and-bake run-temp-image ] unit-test\r
 ] when\r
 \r
-os macsx? [\r
+os macosx? [\r
     [ ] [ "tools.deploy.test.14" shake-and-bake run-temp-image ] unit-test\r
 ] when
\ No newline at end of file
index 502377f10b14b9d8578eba64fd3a7f66fbe66b72..d6caa0e68bfb816977595087be8f665b0ecda361 100644 (file)
@@ -6,9 +6,9 @@ IN: tools.deploy.test.14
 
 CLASS: {
     { +superclass+ "NSObject" }
-    { +name+ "Foo" }
+    { +name+ "Bar" }
 } {
-    "foo:"
+    "bar:"
     "float"
     { "id" "SEL" "NSRect" }
     [
@@ -19,8 +19,8 @@ CLASS: {
 } ;
 
 : main ( -- )
-    Foo -> alloc -> init
-    S{ CGRect f S{ CGPoint f 1.0 2.0 } S{ CGSize f 3.0 4.0 } } -> foo:
+    Bar -> alloc -> init
+    S{ CGRect f S{ CGPoint f 1.0 2.0 } S{ CGSize f 3.0 4.0 } } -> bar:
     10.0 assert= ;
 
 MAIN: main
diff --git a/basis/tools/deploy/test/14/tags.txt b/basis/tools/deploy/test/14/tags.txt
new file mode 100644 (file)
index 0000000..6bf6830
--- /dev/null
@@ -0,0 +1 @@
+unportable