Author: jasha
Date: Fri Jul 19 11:51:55 2013
New Revision: 1504850
URL: http://svn.apache.org/r1504850
Log:
Missing spec files, update Jasmine
Added:
rave/trunk/rave-portal-resources/src/test/javascript/core/rave_log.spec
rave/trunk/rave-portal-resources/src/test/javascript/core/rave_opensocial.spec
rave/trunk/rave-portal-resources/src/test/javascript/core/rave_providers.spec
rave/trunk/rave-portal-resources/src/test/javascript/core/rave_wookie.spec
Modified:
rave/trunk/rave-portal-resources/pom.xml
Modified: rave/trunk/rave-portal-resources/pom.xml
URL:
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/pom.xml?rev=1504850&r1=1504849&r2=1504850&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/pom.xml (original)
+++ rave/trunk/rave-portal-resources/pom.xml Fri Jul 19 11:51:55 2013
@@ -111,7 +111,7 @@
<plugin>
<groupId>com.github.searls</groupId>
<artifactId>jasmine-maven-plugin</artifactId>
- <version>1.3.1.0</version>
+ <version>1.3.1.2</version>
<executions>
<execution>
<goals>
Added: rave/trunk/rave-portal-resources/src/test/javascript/core/rave_log.spec
URL:
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/test/javascript/core/rave_log.spec?rev=1504850&view=auto
==============================================================================
--- rave/trunk/rave-portal-resources/src/test/javascript/core/rave_log.spec
(added)
+++ rave/trunk/rave-portal-resources/src/test/javascript/core/rave_log.spec Fri
Jul 19 11:51:55 2013
@@ -0,0 +1,25 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * 'License'); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+ describe('rave_log', function(){
+ beforeEach(function () {
+ eventManager = testr('core/rave_log');
+
+ });
+ })
\ No newline at end of file
Added:
rave/trunk/rave-portal-resources/src/test/javascript/core/rave_opensocial.spec
URL:
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/test/javascript/core/rave_opensocial.spec?rev=1504850&view=auto
==============================================================================
---
rave/trunk/rave-portal-resources/src/test/javascript/core/rave_opensocial.spec
(added)
+++
rave/trunk/rave-portal-resources/src/test/javascript/core/rave_opensocial.spec
Fri Jul 19 11:51:55 2013
@@ -0,0 +1,25 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * 'License'); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+ describe('rave_opensocial', function(){
+ beforeEach(function () {
+ eventManager = testr('core/rave_opensocial');
+
+ });
+ })
\ No newline at end of file
Added:
rave/trunk/rave-portal-resources/src/test/javascript/core/rave_providers.spec
URL:
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/test/javascript/core/rave_providers.spec?rev=1504850&view=auto
==============================================================================
---
rave/trunk/rave-portal-resources/src/test/javascript/core/rave_providers.spec
(added)
+++
rave/trunk/rave-portal-resources/src/test/javascript/core/rave_providers.spec
Fri Jul 19 11:51:55 2013
@@ -0,0 +1,25 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * 'License'); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+ describe('rave_providers', function(){
+ beforeEach(function () {
+ eventManager = testr('core/rave_providers');
+
+ });
+ })
\ No newline at end of file
Added:
rave/trunk/rave-portal-resources/src/test/javascript/core/rave_wookie.spec
URL:
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/test/javascript/core/rave_wookie.spec?rev=1504850&view=auto
==============================================================================
--- rave/trunk/rave-portal-resources/src/test/javascript/core/rave_wookie.spec
(added)
+++ rave/trunk/rave-portal-resources/src/test/javascript/core/rave_wookie.spec
Fri Jul 19 11:51:55 2013
@@ -0,0 +1,25 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * 'License'); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+ describe('rave_wookie', function(){
+ beforeEach(function () {
+ eventManager = testr('core/rave_wookie');
+
+ });
+ })
\ No newline at end of file